RVLVR / REVClusterMap

Simple Clustering API for MKMapView
http://revolver.be/blog/mapkit-clustering-for-ios/
304 stars 57 forks source link

using storyBoard #14

Open ebrahimElgeded opened 11 years ago

ebrahimElgeded commented 11 years ago

i use story board how can i use this lib step by step Can U help me

SushilSharma12 commented 8 years ago

@ebrahimElgeded , I am using this library with storyboard. All you need to do is : 1). Add library classes to your project 2). Drag MKMap view on your viewController in storyboard. 3). Select MKMapView, in the right panel of XCode, you will Identity Inspector (3rd Tab) . Add "REVClusterMapView" in custom class's class column. 4). Connect an outlet and set self.mapView.delegate=self in your code.

That's all