I created an app for iPad (not using StoryBoards), with a UITabBarController. I added some labels and textfields at the top of the view. Now, I want to add a UITableView (without the controller) to the window, which it took. When I try to add a UITableViewCell, there is no option for Prototype Cell…
Why? and how do I fix it?
Thank you in advance…
Only storyboards have prototype cells. Regular non-storyboard-based
UITableViewobjects in Interface Builder do not have prototype cells (static or dynamic).