I’m developing an app and I need a view with these elements:
– UITableView
– UITextField and UIButton
– TabBar
As you can guess, I am developing a chat, but when I put the elements in the .xib, I can’t show de layer: UITextField and UIButton. If I put them without a view, they dont appear.
If I put a view under the table, and in that view I put the text and the button I get this error: http://pastebin.com/CKfxijz9 (I put the error there because it’s to long)
Thanks in advance
There are some ways of dealing with that, depending on how it should behave. Some of them are:
the text field.
view and the view containing the button and text fielt are on the
same level within the view hierarchy. They are rather siblings than
sub- and superview to each other.