简体   繁体   中英

Linking a “Table view Controller” in storyboard to load an .xib?

I am making a Table View Controller based iOS app with over 100 cells. That would be hard to navigate in Storyboard, so is there a way I can link a Table View cell to open an .xib file and then have a "Back" button in the .xib file to link back to storyboard?

I made an empty application to use with storyboards, please help.

Nothing is stoppin you from loading the XIB in code manually. The event tableView:didSelectRowAtIndexPath: is still there.

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