I am trying to create an interface like combobox so that the user can select an item from the list.
But I can not hide the table after the selection. Any idea how this can be done?
THX
You can set the property, tableView.hiddenor even better, change the frame property toCGRectZero()
tableView.hidden
CGRectZero()
self.tableView.hidden = YES;
This can help you solve your problem.
.
Didselectrow Tableview Hidden .
tableview.hidden = true;
, .
tableview.hidden = false;
Source: https://habr.com/ru/post/1773582/More articles:OpenSSL - How to determine the correct rsa encrypted string length? - c ++Многоуровневая архитектура в Java EE - java-eefixing span - csshow to choose time period in mysql? - mysqlServlet session timeout - javaMissing data when creating a report using DynamicJasper - jasper-reportsAdding Show "Wait ..." message when expanding TreeView in WPF - wpfHow to start CMD from C # with hidden CMD - c #Negative backlinks in MySQL REGEXP - regexAll Articles