Currently, I am trying to set the next/previous buttons on my keyboard toolbar to the new, sleek iOS 7 back button/forward buttons that get put in navigation controllers to go b
Using Xcode 7.3, you can also just enter a symbol as the title for the Bar Item. This works both in code and in Interface Builder:
title
box in IB or within quotes in code).The less-than and greater-than symbols are colored blue in the toolbar by default.
In code:
backButton.title = "<"
In IB: