HyPopMenuView icon indicating copy to clipboard operation
HyPopMenuView copied to clipboard

菜单上的button出现异常

Open LP-del opened this issue 8 years ago • 3 comments

我把demo里viewController 里的代理方法里面的内容屏蔽掉,如下

  • (void)popMenuView:(HyPopMenuView*)popMenuView didSelectItemAtIndex:(NSUInteger)index { // UIViewController* t = // [self.storyboard instantiateViewControllerWithIdentifier:@"two"]; // [self.navigationController pushViewController:t animated:false]; } 然后点击加号弹出菜单,点击菜单上的button,菜单消失。连续重复操作,界面就出现了下面的状况 image 。。图片显示不了 我描述一下吧,就是菜单上只剩下当前点的button。其他的没有了。再次点击加号后,菜单上一闪而过所有button。

LP-del avatar Dec 07 '16 05:12 LP-del

8.1,8.4,菜单按钮不显示。。。

haojuncong avatar Dec 30 '16 03:12 haojuncong

同上,遇到相同的问题。我的是10.3,应该跟系统没关系。

hllGitHub avatar Aug 22 '17 08:08 hllGitHub

多次反复点击的话有时候会留一个button,有时候又是其他的几个button,情况不一定。

hllGitHub avatar Aug 22 '17 08:08 hllGitHub