「再生中」はUIBarButtonItemの1行にあります。だから私は間でのPU改行したいナビゲーションバーのUIBarButtonItemに2行を挿入するには
UIBarButtonItem *flipButton = [[UIBarButtonItem alloc]
initWithTitle:@"Now Playing"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(flipView)];
self.navigationItem.rightBarButtonItem = flipButton;
- :「今」AYトップで、「演奏する」bottom.Iであるが、次のコード行を書かれているように私は、2行でそれを配置する必要があります"再生中"。だから私を助けてください。
「Now \ n Playing」はどうですか? – barley
申し訳ありませんが、動作しません。 –
重複しているように見えます。しかし、簡単な方法はないようです... http://stackoverflow.com/questions/2614098/how-can-i-make-the-text-of-a-uibarbuttonitem-wrap-to-two-lines – barley