Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/118.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 更改LeveyPopListView的起点_Ios_Objective C_Uitableview - Fatal编程技术网

Ios 更改LeveyPopListView的起点

Ios 更改LeveyPopListView的起点,ios,objective-c,uitableview,Ios,Objective C,Uitableview,我正在使用,我想更改LeveyPopListView的起点,而不是内部的_tableView。我想在tableview(7-11单元格)的开始处创建LeveyPopLostView的开始点。我尝试更改POPLISTVIEW\u屏幕插图,但它只是将tableview移动到alert视图中 请帮忙。 谢谢 我更改了:POPLISTVIEW\u屏幕插图、POPLISTVIEW\u标题\u高度的值。我将值分别更改为0和10,以获得下面的演示。更改“LeveyPopListView”的initWithTi

我正在使用,我想更改LeveyPopListView的起点,而不是内部的_tableView。我想在tableview(7-11单元格)的开始处创建LeveyPopLostView的开始点。我尝试更改POPLISTVIEW\u屏幕插图,但它只是将tableview移动到alert视图中

请帮忙。 谢谢


我更改了:POPLISTVIEW\u屏幕插图、POPLISTVIEW\u标题\u高度的值。我将值分别更改为0和10,以获得下面的演示。更改“LeveyPopListView”的initWithTitle方法中的帧设置。

由于信誉较差,我无法添加图像。我建议添加一个代理以设置覆盖视图的帧。这样它将是灵活的。您能提供用例的详细信息吗?我请求提供信息的原因是,这是一种覆盖视图表示,将其调整到表格视图letf上角可能不会增加太多价值。我需要leveypoplistview全屏显示,以便用户无法在其后面的表格视图上滚动,因为这会导致leveypoplistview的多次显示。