Search code examples
iphoneiosobjective-cuitabbar

Slide animation for UITabBar controller, horizontally in objective c?


Currently I am using UITabbar Controller to show my application's views. I would like slide to slide it horizontally away on certain view changes. Can I slide UITabbar controller ? or any other options?

This is my UITabbar controller.

UITAbbar controller

I want to slide it horizontally or I want any other tool bar that can do it?


Solution

  • Please refer following link, it may be helpful to you.

    Horizontal UIScrollView and hundreds of thumbnail images in iOS?

    iOS - Horizontally sliding items

    Scrolling horizontally between multiple images using UIScrollView