iTofu / LCActionSheet

一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
https://note.leodev.me/LCActionSheet/
MIT License
821 stars 144 forks source link

跳转到横屏页面有问题 #48

Closed SwiftNie closed 7 years ago

SwiftNie commented 7 years ago

从2.5.2升级到最新版 点击LcactionSheet跳转到下一界面,下一界面的没有横过来,横屏布局变成了竖屏布局

iTofu commented 7 years ago

跳转的时候没有 dissmiss LCActionSheet 吗?

iTofu commented 7 years ago

跳转的时候没有 dissmiss LCActionSheet 吗?

SwiftNie commented 7 years ago

dismiss 不是一般都是库内部操作吗 不需要我门点击每一个按钮都去dismiss一下 并且暴露的方法只有didDismissHandler

SwiftNie commented 7 years ago

把跳转语句放在actionSheet?.didDismissHandler block里面就可以了,谢了

iTofu commented 7 years ago

应该是 window 导致。

发自我的 iPhone

在 2017年10月18日,下午6:18,SwiftNie notifications@github.com 写道:

把跳转语句放在actionSheet?.didDismissHandler block里面就可以了,谢了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.