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
Post a Comment