TabView
TabView copied to clipboard
Easily add multiple tabs to your iOS app, styled similar to Safari for iPad.
Not sure if this project is still active, but... What would be the recommended way of incorporating this into SwiftUI? So each tab is represented by a SwiftUI View?
Currently it is really badly integrated with storyboard. Everything has to happen programmatically.
I updated the code & project to Swift 5.0 and added a Swift package file.
As Apple added Multiple Windows in iPadOS, it would be great to be able to drag and drop a tab to make a new window. Or at least provide an...
If the view controllers array is empty and `activateTab` is called to add a tab an assertion failure will cause the program to crash ``` 2018-04-02 15:18:46.925062-0700 TabView Sample[331:36129] ***...