Let's get building

We'll be building a simple master-detail application similar to that of Chapter 6, Leaving Regions – Don't Forget Your Stuff. Our master view controller will be used to show the Estimote beacons in range, while the detail view controller will be used to change the values of the beacon.

Our detail view controller will also show the output from the beacon's temperature sensor and will also vibrate the iPhone when the beacon is moved.

Let's start by firing up Xcode and creating a new project following the given steps:

  1. Choose Master-Detail Application as our template.
  2. Set Product Name as Estimote Beacon Manager, uncheck the Use Core Data checkbox, and use LI as our class prefix.
  3. To make our app vibrate, we will need the Audio Toolbox ...

Get Learning iBeacon now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.