如何隐藏UITableView

时间:2015-05-15 14:46:19

标签: ios uitableview swift

我想做一些简单的事情,隐藏整个TableView,比如:

self.tableView.visible=false

这很奇怪,但我发现的只是关于如何隐藏表格中的单元格/空单元格的信息。 如何隐藏整个表???

3 个答案:

答案 0 :(得分:4)

表视图也是一个视图。每个视图都有strcmp()属性,因此请设置if。没有case属性。

答案 1 :(得分:2)

您可以使用hidden的{​​{1}}属性。

UITableView

答案 2 :(得分:1)

执行此操作: #include < iostream> #include <math.h> using namespace std; int main() { char select[10]; cout<<"Enter the value of angle in degrees";float angle; cin>>angle; cout<<"Choose a trigonometric function \nType cosech for function cosech()"; cin>>select; if(strcmp(select, "cosech") == 0) { cout<<"The cosech of angle "<<angle<<" = "<<1/sinhf(angle); } else if(strcmp(select, "another func") == 0) { // calculate another func } return 0; }