ios - iPhone Interface Builder make a view a subView -
i have uiview , uitableview in same nib file so:
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:
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.
notice custom class of file's owner
Comments
Post a Comment