Is an UIView that display MKannotations in Map and List.
To run the example project, clone the repo, and run pod install
from the Example directory first.
To adjust mapview visible part with the list, the viewcontrollr must override:
override var bottomLayoutGuide: UILayoutSupport {
return mapList.bottomLayoutGuide()
}
ByvMapList is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ByvMapList"
Adrian Apodaca, [email protected]
ByvMapList is available under the MIT license. See the LICENSE file for more info.