LP

Results 2 issues of LP

我把demo里viewController 里的代理方法里面的内容屏蔽掉,如下 - (void)popMenuView:(HyPopMenuView*)popMenuView didSelectItemAtIndex:(NSUInteger)index { // UIViewController* t = // [self.storyboard instantiateViewControllerWithIdentifier:@"two"]; // [self.navigationController pushViewController:t animated:false]; } 然后点击加号弹出菜单,点击菜单上的button,菜单消失。连续重复操作,界面就出现了下面的状况 ![image](https://cloud.githubusercontent.com/assets/16316490/20956120/ead4fe74-bc82-11e6-87f5-72083965a873.png) 。。图片显示不了 我描述一下吧,就是菜单上只剩下当前点的button。其他的没有了。再次点击加号后,菜单上一闪而过所有button。