NOUSguide / NGTabBarController

A custom TabBarController implementation for iPhone and iPad
Other
263 stars 0 forks source link

Is it possible to reposition the NGTabbar while vertical? #17

Open vividcode opened 11 years ago

vividcode commented 11 years ago

I want my tabbar to cover only part of the screen height (Landscape mode, right vertical tabbar).

I tried to set frame.origin.y = SOME_VALUE at several places in the code but no success.

Is this possible? Please help.