1

Well I have a problem,

I'm doing the reverse for my iPad app, but I want my tabbar is exactly like this:

http://www.mediafire.com/?gi8arncjbjoehcf

I'll put the volume controls, play and pause on the left and right side of the tabbar icons ....

how can I change the position of them?

Emil
  • 7,220
  • 17
  • 76
  • 135
jucajl
  • 1,195
  • 3
  • 12
  • 29

1 Answers1

0

For alligning the elements, you should take a look at this question: Aligning UIToolBar items

I'm not sure how to add custom controls to a UIToolbar, but I'd expect you could do this by setting their frame to overlap the UIToolbar.

Community
  • 1
  • 1
bryanjclark
  • 6,247
  • 2
  • 35
  • 68