I've created a UITableViewController
in Xcode storyboard
first (with a UITableView
on it obviously) but since I want also a UIButton
and segmented control on the same page I replaced the view with a UIViewController
and UIView
and then put a UITableView
on it and moved my already defined (static
) table cells into it.
However when trying to compile I get the error:
.../iPhone.storyboard: Exception while running ibtool: *** setObjectForKey: object cannot be nil (key: objectID)
Does anyone know what is wrong here?