From 373d1d350849a388574e2465b2c8d5bf60868a30 Mon Sep 17 00:00:00 2001 From: Benzamin Basher Date: Thu, 2 Mar 2017 10:42:36 +0600 Subject: [PATCH] Adding GIF images. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 281e6f3..2091747 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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