Search code examples
objective-cuser-interfaceios7uinavigationbarxcode5

How to change UIBarButtonItem in return arrow?


I am looking through the attributes tab in Xcode 5 and trying to set the UIBarbuttonItem to look like the return button for ios7 which looks like this this
(source: aplus.rs)
at the very top left the arrow. Does anyone know how to add this into a UINavigationBar?


Solution

  • Put your identifier to custom & set an image for your button. there is no identifier available in attribute inspector which depicts Back button.Let me know if I am not clear.