当我将 customView 设置为 nil 时,UIBarButton 不会自行恢复
我有一个 UIBarButtonItem 可以刷新我的数据,在更新过程中,我将refreshButton.customView 设置为 UIActivityIndicator 的实例,该实例显示正常。但是,当数据更新并且我调用refreshButton.customView = nil时,初始的UIBarButtonItem不再显示(只是一个空白区域)。有人知道我该如何解决这个问题吗?
I've got a UIBarButtonItem that refreshes my data, and while the update is in process, I set refreshButton.customView to an instance of UIActivityIndicator, which is displayed fine. However, when data has been updated and I call refreshButton.customView = nil, the initial UIBarButtonItem is not displayed any more (just a blank space). Anyone knows how can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论