iphone - UITableView inside UIScrollView – Table Cell is not selectable -


like said in title, have problem uitableview in app subview of uiscrollview. in uiscrollview have several images, labels, etc. , @ bottom uitableview set. can fill table view values etc., when try select cell touch, nothing happens. see uitableview, must scroll down little bit in uiscrollview. maybe issue? how solve problem?

thanks!

when have kind of thing use put content on top of uitableview in uiview , set view tableheaderview of tableview. example:

uiview * vwheader = [[uiview alloc] initwithframe:cgrectmake(0, 0, 320, 100)]; // set content of header // ...  _tblview.tableheaderview = vwheader; 

this way, header part of table scrolling , won't need scrollview. can same tablefooterview.


Comments

Popular posts from this blog

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

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

php cli reading files and how to fix it? -