You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------ 原始邮件 ------------------
发件人: "Coder-TanJX/JXPageControl" ***@***.***>;
发送时间: 2023年4月25日(星期二) 中午11:57
***@***.***>;
***@***.******@***.***>;
主题: Re: [Coder-TanJX/JXPageControl] 添加JXPageControlExchange导致vc push动画失效 (Issue #9)
变相解决,不能一开始就初始化
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
大佬 你好!
目前使用此框架发现,在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)
The text was updated successfully, but these errors were encountered: