Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/105.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UIC控制自定义高度_Ios_Swift_Uitableview_Pull To Refresh_Uirefreshcontrol - Fatal编程技术网

Ios UIC控制自定义高度

Ios UIC控制自定义高度,ios,swift,uitableview,pull-to-refresh,uirefreshcontrol,Ios,Swift,Uitableview,Pull To Refresh,Uirefreshcontrol,救命啊!!! 我正在使用iOS tableview拉入刷新功能的UIRefreshControl。 但是,我的布局需要有一个更大的“加载区域”。 我怎样才能使面积变大?? 我已经尝试过self.tableView.contentInset=UIEdgeInsetsMake(500,0,0,0),但在refreshControl!时它无法正常工作!。调用endRefreshing() 这可能是我的工作-

救命啊!!! 我正在使用iOS tableview拉入刷新功能的
UIRefreshControl
。 但是,我的布局需要有一个更大的“加载区域”。 我怎样才能使面积变大?? 我已经尝试过
self.tableView.contentInset=UIEdgeInsetsMake(500,0,0,0)
,但在
refreshControl!时它无法正常工作!。调用endRefreshing()

这可能是我的工作-