Pages

2012/12/24

更改 iOS navigationItem.backBarButtonItem.title

iOS navigationItem.backBarButtonItem.title 不能直接改名.
因為它會引用 parent controller 的title, 也就是按下 back button 會返回的controller title.
所以方法1. 將parent controller 的title 改名.
方法2. 產生新的UIBarButtonItem,但是 back button 的外型會變成四方.

No comments:

Post a Comment