ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

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

Closed wickey-w closed 6 years ago

ko1o commented 6 years ago

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

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