Forgot to connect split view delegate
parent
2606a20020
commit
f4184dac20
|
@ -8,12 +8,12 @@
|
|||
<string key="IBDocument.HIToolboxVersion">352.00</string>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="1849"/>
|
||||
<integer value="513"/>
|
||||
<integer value="463"/>
|
||||
<integer value="1324"/>
|
||||
<integer value="1849"/>
|
||||
<integer value="463"/>
|
||||
<integer value="21"/>
|
||||
<integer value="1063"/>
|
||||
<integer value="2123"/>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
|
@ -5980,6 +5980,14 @@ ZSwgSW5jLiwgMjAwOAA</bytes>
|
|||
</object>
|
||||
<int key="connectionID">2181</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="640589646"/>
|
||||
<reference key="destination" ref="366497202"/>
|
||||
</object>
|
||||
<int key="connectionID">2182</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
|
@ -9014,7 +9022,7 @@ ZSwgSW5jLiwgMjAwOAA</bytes>
|
|||
</object>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">2181</int>
|
||||
<int key="maxID">2182</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||
|
@ -9589,7 +9597,7 @@ ZSwgSW5jLiwgMjAwOAA</bytes>
|
|||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">SideBarController</string>
|
||||
<string key="superclassName">SideController</string>
|
||||
<string key="superclassName">SideViewController</string>
|
||||
<object class="NSMutableDictionary" key="actions">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSMutableArray" key="dict.sortedKeys">
|
||||
|
@ -9618,11 +9626,11 @@ ZSwgSW5jLiwgMjAwOAA</bytes>
|
|||
</object>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">SideBarController.h</string>
|
||||
<string key="minorKey">SideView/SideBarController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">SideController</string>
|
||||
<string key="className">SideViewController</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="NSMutableDictionary" key="outlets">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
|
@ -9639,15 +9647,15 @@ ZSwgSW5jLiwgMjAwOAA</bytes>
|
|||
</object>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">SideView/SideController.h</string>
|
||||
<string key="minorKey">SideView/SideViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">SideWindowController</string>
|
||||
<string key="superclassName">SideController</string>
|
||||
<string key="superclassName">SideViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">SideWindowController.h</string>
|
||||
<string key="minorKey">SideView/SideWindowController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
|
|
Loading…
Reference in New Issue