ios - NIDropDown 菜单查询
<p><p>我在一个 View 条中使用 NIDropworn,问题是下拉表正在覆盖我刚刚放置在下拉 View 下方的另一个 View 。</p>
<p>我无法在下拉表中选择和执行任何操作。 </p>
<p>有没有办法可以在第二个 View 中添加下拉菜单。
现在下拉菜单出现在小条上。</p>
<p>例如:我在 view1 的页面标题中有下拉菜单。下拉表出现在 view2 的主体上。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您可能没有在 View 中添加 <code>NIDropDown</code>。</p>
<pre><code> - (IBAction)btn_click:(id)sender {
NSArray * arr = [ init];
arr = ;
// NSArray * arrImage = [ init];
if(dropDown == nil) {
CGFloat f = 130;
dropDown = [showDropDown:sender :&f :arr :nil :@"down"];
dropDown.delegate = self;
dropDown.userInteractionEnabled=YES;
; // may be missing this line
;
}
else {
;
;
}
}
</code></pre>
<p>希望对您有所帮助。如果这不起作用,请告诉我。</p></p>
<p style="font-size: 20px;">关于ios - NIDropDown 菜单查询,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29964633/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29964633/
</a>
</p>
页:
[1]