neilang / NAMapKit

Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to include this NAMapkit to another IOS project

saravananNV opened this issue · comments

How to include this NAMapkit to another ios project

Use CocoaPods to install the library and then use the view that comes from that. The example app in the repo works that way. Look at how it works.

it works ...thanks for the help Orta