How to create project without story board in xcode 6 (swift)?

假装没事ソ 提交于 2019-12-04 17:31:50

I resolve my issue..

See the screen

Something strange with xcode6 beta, i am not sure whats wrong with it.

In Xcode 6 , you will get two custom class field in file inspector.you should enter your view controller name in second custom class field. when you enter the name then you can see view outlet under file owner properties.

Alex Peda

Please ensure you have connected correctly your class with nib file. Especially, File's Owner setting. The same steps sequence for Swift as for Obj-C.

Try to reload XCode and re-save .nib file

See the instructions from here: https://stackoverflow.com/a/6395750/2429147

or here: https://stackoverflow.com/a/17321200/2429147

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!