Storyboard vs. XIB

I am pretty new to XCODE, and almost all available resources explain programming with a XIB file with a file owner, etc. The newest version of XCODE only works with Storiesboards, and I could not find anything that could help. So please, someone should get a good tutorial, I think. That would really help me. Thanks

Sjors

+3
source share
1 answer

when creating a project (File → New → Project → select the ex Single View .. template), remove the tag to “use the storyboard”, then you will get an xib file instead of a storyboard ... now you can follow the tutorials that use xib files :)

tip: ... , . , Xcode 4 ( ..).

!

+2

All Articles