iphone - Programatically created UITextField hides other controls -


i've requirement create dynamically controllers. in image provided here i've programmatically added uitextfield (name), hides uitableview.

enter image description here

uitableview hidden default. when user touches uibutton above it, uitableview gets appear.

my question when uitableview gets appear, how can make uitableview top of other controls?

any appreciated.

try

[self.view bringsubviewtofront: yourtableview]; 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -