0

I am using swift with xcode. I am having trouble putting a label underneath an image for a toolbar item. Either it only allows a label or only an image. I want to do something like this

Example of toolbar item

But i am not able to do that through xcode

Wain
  • 118,658
  • 15
  • 128
  • 151
Nick
  • 183
  • 1
  • 3
  • 6
  • Have you checked this thread? http://stackoverflow.com/questions/19200129/ios-7-barbuttonitem-with-image-and-title – Cihan Tek Feb 08 '15 at 20:12

1 Answers1

0

I realised i could use a TabViewController for scenarios like this

Nick
  • 183
  • 1
  • 3
  • 6