最新UISearchBar cancleButton 取消按鈕 title設置(swift)

當前使用swift 5。 系統搜索欄自帶取消按鈕標題爲cancle, 想要更改成中文「取消」,找了不少網上方法都不起做用。如下代碼能夠生效,作個記錄:swift         UIBarButtonItem.appearance(whenContainedInInstancesOf: [UISearchBar.self]).title = "取消"app
相關文章
相關標籤/搜索