Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.15 KB

File metadata and controls

39 lines (25 loc) · 1.15 KB

ByvMapList

CI Status Version License Platform

Is an UIView that display MKannotations in Map and List.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

To adjust mapview visible part with the list, the viewcontrollr must override:

override var bottomLayoutGuide: UILayoutSupport {
return mapList.bottomLayoutGuide()
}

Installation

ByvMapList is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ByvMapList"

Author

Adrian Apodaca, adrian@byvapps.com

License

ByvMapList is available under the MIT license. See the LICENSE file for more info.