Skip to content

Commit

Permalink
Adding GIF images.
Browse files Browse the repository at this point in the history
  • Loading branch information
benzamin authored Mar 2, 2017
1 parent d2b0b84 commit 373d1d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ A Location Manager for easily implementing location services & geofencing in iOS
* High performance, easy to use, battery friendly, use via block or delegate.
* Example App included for demonstrating all the features.

![Current location and GeoCode](https://raw.githubusercontent.com/benzamin/BBLocationManager/master/screens/locationNgeofence.gif "Getting current location and Geocode")

## Getting Started
[Location services](https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html) is a powerful feature of iOS, but sometimes its not easy to understand all the API's and learn how to use them. With BBLocationManager, you can start using iOS Location Services API in no time. It provides good code documentation for better understanding of the methods and delegates. If you are making a location aware app or building a geofencing app like the [Alarm](https://developer.apple.com/library/content/documentation/DataManagement/Conceptual/EventKitProgGuide/ConfiguringAlarms/ConfiguringAlarms.html) app in iOS which reminds you to buy milk when you are near home, BBLocationManager can be your choice.

Expand All @@ -21,6 +23,9 @@ What things you need to install the software and how to install them
Give examples
```

![Geofence and alert](https://raw.githubusercontent.com/benzamin/BBLocationManager/master/screens/geofence.gif "Adding Geofence and getting alert")
![Geofence Alert](https://raw.githubusercontent.com/benzamin/BBLocationManager/master/screens/geofence-alert.gif "Geofence enter/exit alert while app in background/exited")

### Installing

A step by step series of examples that tell you have to get a development env running
Expand Down

0 comments on commit 373d1d3

Please sign in to comment.