iphone - Shrink UITableView to accommodate another small UIView -


i have uitableview inside of uiviewcontroller. want shrink length of table view dynamically in code when click on row, view slide down below , covers small part of view form bottom.

using core animation able slide uiview below on top of table view want resize table view new uiview slides below not obscure of rows in table view.

i tried changing height of frame of table view not working.

any ideas missing here or common ways it?

thanks

simply setting correct frame on table view should work :-)


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -