We are trying to teach our designer to create simple iOS apps using storyboards.
One thing we can’t figure out though is a straightforward way to have custom static table cells.
Static in the sense that he can add static info to the cells in storyboards (not loaded from a database or anything).
The problem we’re having is we can’t work out how to make a custom cell with a custom layout.
We can create a custom layout programatically. However, in the storyboard bit doesn’t show up the layout (it shows the layout of a standard table cell). So we can’t fill in the extra labels and images and such.
Can we make a custom cell so that it will show up in storyboard and let us make static cells out of it?
Thanks
There is a property when you select the table view in the storyboard and you have to change it from Dynamic to Static and then you add the extra labels and images there.