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
(source: aplus.rs)
at the very top left the arrow. Does anyone know how to add this into a UINavigationBar
?
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.