snail-z / zhPopupController

Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

旧的snailPopupController能否恢复下载?新的这个有许多兼容问题

leaoqian opened this issue · comments

使用xcode 9 编译。

1.必须每次都new,否则弹出一次,第二次弹就看不见了。
self.zh_popupController= [zhPopupController new];
[self.zh_popupController presentContentView:subtitleConfigView];

2.使用几次后,旋转手机,屏幕不能旋转了。。。