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

使用时无法改变cancelButton的宽度,即使添加约束也无效 #126

Closed
wickey-w opened this issue Oct 31, 2017 · 1 comment
Closed

Comments

@wickey-w
Copy link

No description provided.

@ko1o ko1o closed this as completed in d38fcea Nov 3, 2017
@ko1o
Copy link
Owner

ko1o commented Nov 3, 2017

现在已经修复 你可以通过以下操作进行设置cnacelButton的宽度

    UIButton *cancelButton = searchViewController.cancelButton.customView;
    cancelButton.py_width = 88;

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