ios - iPhone Interface Builder make a view a subView -


i have uiview , uitableview in same nib file so:enter image description here

i have realised can't add toolbar or because has subview uiview first. @ current point in time merely separate uitableview. how turn subview of uiview?

also, if can't that, how add new uitableview subview of uiview? have tried , ended following error: enter image description here

i don't quite know how add view outlet dragging view towards file's owner not allow me so.

any appreciated, in advance.

the easiest way make view subview doing in second screenshot. missing need create uitableviewcontroller , in interface builder set "file owner" class name of controller in identity inspector. can set view property uitableview.

file's owner

notice custom class of file's owner


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -