-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storyboard support? #1
Comments
Isn't it already possible using: |
But this would mean, that the initial view needs to be written code based (set UIWindow, etc.).
I think the default storyboard-use would be different, like in https://github.com/StefanLage/SLPagingView#storyboard-support Perhaps this is easier. |
Actually I tried to implement the same way you talk about @muuuh but the fact if there are no Try-Catch closures in Swift so we need to implement them in Objective-C and then make a Bridging Header to use it in Swift. But Bridging Header is linked to a Project thus the user will need to make it on each project using this library, that's not a good solution. I'll figure out a better way. |
Any news @StefanLage on the Storyboard solution? I've tried using the Objective C solution but the Swift Storyboard just won't recognize the SLPagingViewController as a custom class :( |
Try-Catch now available on swift 2.0 |
hi Stefan, |
Any news for storyboard support |
Hello,
are you planning to add storyboard support?
Best regards,
The text was updated successfully, but these errors were encountered: