Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加JXPageControlExchange导致vc push动画失效 #9

Open
neworiginou opened this issue Apr 3, 2023 · 3 comments
Open

添加JXPageControlExchange导致vc push动画失效 #9

neworiginou opened this issue Apr 3, 2023 · 3 comments

Comments

@neworiginou
Copy link

大佬 你好!
目前使用此框架发现,在vc里加入JXPageControlExchange时,外面push到此vc时,push动画会失效
不知道是不是只有我遇到此问题。
lazy var pageControl: JXPageControlExchange = {
let view = JXPageControlExchange.init(frame: CGRect.zero)
view.numberOfPages = 1
view.currentPage = 0
return view
}()

self.view.addSubView(pageControl)

@Zhangshaoxia
Copy link

我也遇到了同样的问题,问下大佬有什么解决办法吗?

@neworiginou
Copy link
Author

变相解决,不能一开始就初始化

@Zhangshaoxia
Copy link

Zhangshaoxia commented Apr 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants