-
Notifications
You must be signed in to change notification settings - Fork 203
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
怎么控制action占据一整行呢? #123
Comments
目前Action的布局是固定的 (遵循苹果设计), 以后会增加相关的设置 (时间不定) |
现在可以再添加一个action,使用三个action就可以让action上下布局,但是每个action之间又有一条线,不知道这条分割线怎么可以去掉。 |
LEEAction中有控制分隔线的属性 |
目前使用了一些trick,设置action.borderPosition为上下左右和action.borderColor为背景同色,达到了需求 |
基本上都可以实现, 如果特别特殊的需求 可以考虑使用自定义视图做 |
框架还是挺强大的,赞!希望作者持续维护 |
哈哈哈, 祝你早日脱离OC 迈向Swift [滑稽] |
这框架有swift版本吗?有那就太好了。现在90%的代码是用swift |
没... swift的我现在用的是swiftmessage那个, 以后看看SwiftUI那块吧 现在我是没什么精力搞新的了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用LeeAddAction(^(LEEAction * _Nonnull action) 添加两个action,怎么让这两个action不是左右布局,而是上下布局呢?
The text was updated successfully, but these errors were encountered: