在iPhone音樂應用中,右邊的UIBarButtonItem
標題是「正在播放」(兩行)。我想做類似的事情。我怎樣才能使標題兩行?如何使用換行符創建UIBarButtonItem標題?
UIBarButtonItem *nowPlayingButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"Now Playing", @"button in navigationbar right") style:UIBarButtonItemStyleBordered target:self action:@selector(showNowPalyView)];
你在代碼中創建'UIBarButtonItem' ,還是在Storyboard/Interface Builder中? – lnafziger 2013-03-13 15:42:51