iphone - Why doesn't my view reload? -


so have 2 search bars, couple of buttons , tableview below (yes, these) in 1 view. , have navigation bar on top of button.

for particular operation, remove search bars, buttons , display 1 uitableviewcell in view.

if press edit, want whole view reloaded, not tableview want view have search bars , buttons , navigation screen.

i did [self.view reloadinputviews] in ibaction of edit button. control goes here, view not reloaded. why?

reloadinputviews used views firstresponders. self.view not first responder @ time. why want using "reloadinputviews", wouldn't easier use: [self.view setneedslayout] ?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -