GithubHelp home page GithubHelp logo

rakutou / abfrealmmapview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bigfish24/abfrealmmapview

0.0 1.0 0.0 2.24 MB

Real-time map view clustering for Realm

License: MIT License

Ruby 2.45% Objective-C 78.39% Swift 19.17%

abfrealmmapview's Introduction

ABFRealmMapView

The ABFRealmMapView class creates an interface object that inherits MKMapView and manages real-time fetching and displaying annotations for a Realm object class that contains coordinate data. In addition, by default the map view clusters annotations based on zoom level.

This allows for the creation of a map interface with as little as no code via Interface Builder!

Realm Swift support was added in version 1.4 with an identical API.

####Screenshot The demo app uses RealmSFRestaurantData to search through restaurants in San Francisco.

SF Restaurant Map View

####Tutorial

  1. Add MKMapView to your Xib or storyboard and replace the class with ABFRealmMapView (RealmMapView for Swift version) Add MKMapView to storyboard

  2. Adjust the Realm Map View properties to specify the fetched Realm entity name and key paths for latitude, longitude, and annotation view title and subtitles. Add MKMapView to storyboard

3. That's It!

####Documentation Objective-C Click Here

Swift Click Here

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

Objective-C

pod 'ABFRealmMapView'

Swift

pod 'RealmMapView'

####Demo

Build and run/test the Example project in Xcode to see ABFRealmMapView in action. This project uses CocoaPods. If you don't have CocoaPods installed, grab it with [sudo] gem install cocoapods.

Objective-C

git clone https://github.com/bigfish24/ABFRealmMapView.git
cd ABFRealmMapView/ABFRealmMapViewExample
pod install
open ABFRealmMapView.xcworkspace

#####Requirements

  • iOS 7+
  • Xcode 6

Swift

git clone https://github.com/bigfish24/ABFRealmMapView.git
cd ABFRealmMapView/SwiftExample
pod install
open RealmMapViewExample.xcworkspace

#####Requirements

  • iOS 8+
  • Xcode 7

abfrealmmapview's People

Contributors

bigfish24 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.