最新UISearchBar cancleButton 取消按钮 title设置(swift)

当前使用swift 5。 系统搜索栏自带取消按钮标题为cancle, 想要更改成中文“取消”,找了不少网上方法都不起做用。如下代码能够生效,作个记录:swift         UIBarButtonItem.appearance(whenContainedInInstancesOf: [UISearchBar.self]).title = "取消"app
相关文章
相关标签/搜索