chamitha / LocationRow

MIT License
1 stars 1 forks source link

LocationRow

Carthage compatible Cocoapods platforms Cocoapods

Introduction

LocationRow is a Eureka custom row that allows you to search and select an address or location of interest using the map-based MKLocalSearch.

Installation

Carthage

github "chamitha/LocationRow" ~> 1.0

CocoaPods

pod 'LocationRow', '~> 1.0'

Usage

form
    +++ Section("LocationRow Example")
    <<< LocationRow("row1") { (row) in
        row.placeholder = "Location"
        }.onPresent({ (_, presentingViewController) in
            presentingViewController.title = "Location"
            presentingViewController.placeholder = "Enter Location"
        })

Requirements

Author

Chamitha Wijesekera