iOSDropDown无法识别水龙头

时间:2019-01-21 13:16:15

标签: ios swift dropdown

我是ios的新手,因此我使用了Swift的By Jishnu Raj T的下拉库 IOSDropDown 。它在CocoapodsGithub上可用。我已成功添加。

在此下拉菜单下,我有一个textview,并且在文档中列出了

  

如果在单个ViewController中使用多个下拉菜单,则必须   保留StoryBoard或addSubview()上的反向顺序以避免重叠

所以我颠倒了下拉菜单在其先前的文本视图顶部可见的顺序,但是现在它不可点击或无法识别点击。

主视图有两个子视图bodyView和navView:

enter image description here

bodyView有一个imageView和两个子视图(questionView和actionView): questionView具有textview。

enter image description here

actionView还有另外两个视图leftView和RightView:

enter image description here

rightView有一个按钮:

enter image description here

leftView也有两个视图: 与用户相关和imageView

enter image description here

imageView只有一张名为ProfileView的图像:

enter image description here

userRelated视图具有一个子视图,该子视图具有作为子视图的stackview,并且堆栈具有标签和下拉列表:

enter image description here

现在下拉列表(位于堆栈中,该堆栈又是视图的第5个子视图的子视图)在消息Msg文本字段(仅是1个视图的子视图)上打开

0 个答案:

没有答案