November 2015
Intermediate to advanced
224 pages
4h 30m
English
Chapter 4
Parse Project Setup
This chapter covers how to set up a Parse project. You will need to write down a few application keys and secrets. To make the process simple, start with a helper class to remember these keys and secrets.
In this chapter you learn how to:
Keep Track of Your Keys: EMABConstants Class
Continue with the source code from Chapter 2; create a new Cocoa Touch Class file, name it EMABConstants, and make it a subclass of NSObject. One purpose of this class is to keep track of those global accessible ...
Read now
Unlock full access