简体   繁体   中英

.xib or storyboard file not found in existing app in ios

I am totally fresher for ios development so please forgive me if my question is illogical. I have one existing ios app and I want to modify only layout part but i didn't found any xib file or storyboard file

I had read something like that there are 3 files for every event-.xib,.h & .m but In this application only .h and .m files are there..

My app folder is like : SelectCountry(Folder)

SelectEvent.h

SelectEvent.m

My question is how do I change layout of particular page

UI doesn't necessarily has to be implemented from xib or storyboard . It can also be done programatically. This might be in your case. To make sure there's no .xib or .storyboard file in your project, press Cmd+Shift+o (<- letter O) and search for .xib or .storyboard in the popup.

If that yields no result, try searching for initWithFrame in your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM