Skip to content

SETabView

Latest
Compare
Choose a tag to compare
@eshwavin eshwavin released this 21 Mar 06:11
· 1 commit to master since this release

The API has been changed to resemble UITabBarController

  • Colors have been renamed to conform to colors specified by UITabBar
  • Colors can be set collectively as before (function parameter names have been changed to reflect the changed color names) or individually
  • Colors can now be changed at any point in time
  • The view controllers at any time
  • The animation type can be changed at any time to switch between available animations by setting the animationType property!
  • animationDuration can no longer be changed

Bug fixes

  • A bug that caused holeBall3 to behave weirdly in larger screen sizes has been squashed
  • Glitchy landscape mode behaviour has been fixed

A whole lot of performance optimizations have been added so that our library does not slow down your app. Hurray!