We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在用css中的text-insets属性时发现无效,看源码时发现BeeUIButton实现了自己的一个label,没有使用UIButton的titleLabel,而在解析text-inserts值是确调用的是UIButton的setTitleEdgeInsets方法导致无效。我想修改BeeUIButton去掉自定义的label使用uibutton自己的titleLabel,但是不知道到当初写BeeUIButton自定义自己label是不是还有更深层次的考虑?
The text was updated successfully, but these errors were encountered:
而且在BeeUIButton中使用setTitleColor:forState也是无效的,我感觉这个设置是UIButton中很好用的一个功能,为什么要在BeeUIButton中没有给其自定义的label实现这个功能?
Sorry, something went wrong.
No branches or pull requests
我在用css中的text-insets属性时发现无效,看源码时发现BeeUIButton实现了自己的一个label,没有使用UIButton的titleLabel,而在解析text-inserts值是确调用的是UIButton的setTitleEdgeInsets方法导致无效。我想修改BeeUIButton去掉自定义的label使用uibutton自己的titleLabel,但是不知道到当初写BeeUIButton自定义自己label是不是还有更深层次的考虑?
The text was updated successfully, but these errors were encountered: