\"Now Playing\" is in One line in UIBarButtonItem. I have to put it in two lines, like \"Now\" is ay top and \"Playing\" is at bottom.I have written the following line of co
I create 2 PNG images by myself, and it looks good.
UIImage *img = [UIImage imageNamed:@"nowplaying.png"]; UIBarButtonItem *nowPlayingButtonItem = [[[UIBarButtonItem alloc] initWithImage:img style:UIBarButtonItemStyleBordered target:delegate action:@selector(presentNowPlayingMovie)] autorelease];