Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide the entire UITableView

Tags:

iphone

I'm trying to create combobox type interface so that user can select an item from a list.

But I'm unable to hide the table after the selection is made. Any idea how that can be done ?

thx

like image 386
user390687 Avatar asked Oct 17 '25 00:10

user390687


1 Answers

You can set the tableView.hidden property or even better, change the frame property to CGRectZero()

like image 160
nicktmro Avatar answered Oct 19 '25 11:10

nicktmro



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!