-
Book Overview & Buying
-
Table Of Contents
Core Data iOS Essentials
Attributes: Attributes are the variables within an entity. They are also known as columns of the table in database language terms. For example: name, address, contact number, and so on.
CGRect structure: The CGRect structure is used for holding the location and dimension of the frame of a window on the screen.
CGRectMake function: The CGRectMake function is used for defining the frame of a window of an object. With the help of this function, we specify the coordinates of the origin as well as width and height of the frame.
CGSize structure: The CGSize structure represents a size of a rectangle and is used for storing information related to width and height of the object.
CGSizeMake function: The CGSizeMake function is used for defining the width and height of an element.
Core Data API: The Core Data API is a stack that consists of three main components, NSPersistentStoreCoordinator, NSManagedObjectModel, and NSManagedObjectContext.
Data Model: The Data Model refers...
Change the font size
Change margin width
Change background colour