Changes

Jump to: navigation, search

An iOS 8 Swift Core Data Tutorial

31 bytes added, 17:25, 23 December 2015
Generating the Managed Object Subclass
Within the application the data model is going to be represented by a subclass of the NSManagedObject class. Rather than manually write the code for this class, Xcode can be used to automatically generate the class on our behalf. With the Entity editor still displayed in Xcode, select the Editor -> Create NSManagedObject Subclass… menu option to display the dialog shown in Figure 44-3:
<google>ADSDAQBOX_FLOW</google>
[[Image:xcode_6_data_model_selection.png]]

Navigation menu