Last active
February 18, 2016 19:01
-
-
Save kormie/738baac25bac742b74ef to your computer and use it in GitHub Desktop.
Example Interface Builder XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <object class="IBClassDescriber" key="IBDocument.Classes"> | |
| <array class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
| <object class="IBPartialClassDescription"> | |
| <string key="className">SampleWelcomeViewController</string> | |
| <string key="superclassName">UIViewController</string> | |
| <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
| <string key="majorKey">IBProjectSource</string> | |
| <string key="minorKey">./Classes/SampleWelcomeViewController.h</string> | |
| </object> | |
| </object> | |
| </array> | |
| </object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment