iphone - How to create a back button with a large left-facing arrow like the iPod app -



iphone - How to create a back button with a large left-facing arrow like the iPod app -

how create button big left-facing arrow in ipod app? i'm not asking how create left-facing button, how left-facing arrow label on button, seen in ipod app's playing screen:

obviously image trick, perhaps there unicode character used? also, i'm surprised there's no give-and-take (or @ to the lowest degree none find).

this way it. create image , set button. code below have in application.

uiimage *imagefullscreen = [uiimage imagenamed: @"fullscreen.png"]; [[self navigationitem] setrightbarbuttonitem:[[[uibarbuttonitem alloc] initwithimage:imagefullscreen style:uibarbuttonitemstyleplain target:self action:@selector(hide)]autorelease]];

iphone ios uibarbuttonitem ipod

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -