Closed LittleLydia closed 5 years ago
这个可以实现。点击plusButton,点击事件你设置成添加高斯模糊的view到rootViewController就行了。
添加高丝模糊的view可以通过这个方法获得吗? CYLTabBarController *tabBarController = [self cyl_tabBarController]; viewController = tabBarController.selectedViewController;
一般是通过uiwindow加,我这里有个类似的,你可以看看https://github.com/ChenYilong/CollectionViewClassifyMenu
Base Info for this issue
1. How to repeat the problem.
给PlusButton添加点击事件,在现有界面个的view上添加一层模版,结果获取不到self.view;转而转向 CYLTabBarController *tabBarController = [self cyl_tabBarController]; viewController = tabBarController.selectedViewController; 这个方法,在viewController.view 上添加这个模版也没有效果
2. Please help me in this way.
请问一下是因为plusButton是一个单独的UIButton,而不是一个tabbarITem所以不能实现我所说的这样的效果吗? 我想实现的是点击plusButton然后实现类似微博发布的效果;比如这个案例http://www.2cto.com/kf/201509/440810.html
3. Here is a Demo.
4. Here is my Debug log