You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SRTabBarController` aims to replicate much of `UITabBarController`'s functionality on OS X. A parent tab controller can be added and segues used within interface builder to define the tabs. Options include:
- Translucency using `NSVisualEffectView`
- Positioned at the top, right, bottom, or left of the window
- Set options such as text color and tint color within Interface builder
- Text & Image, Text Only or Image only tabs
Behind the scenes `SRTabBarController` uses `NSTabView` to manage the tabs and maintain their state when switching between views.