-
Notifications
You must be signed in to change notification settings - Fork 89
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
Panels Programmatically #13
Comments
Of course, as long your VC conforms the protocol Panelable, you can inject it to the method 'show'. |
but I'm working to make Panelable nicer :) |
"Trying to instantiate something that does not conform Panelable :(" import UIKit class ViewController12: UIViewController, Panelable { |
Hi @Savyalov, sorry for the late response. Are you still having problems? There is an extension included in the framework to instantiate Panels from the storyboard, maybe it helps. |
Thank! Already figured out. |
What was your solution? I have the same problem doing programmatically. Please help. |
Good morning! I just deleted and installed again Panelable. Nothing else helped. |
Hi, let panelManager = Panels(target: self) myVIew is just existing UIView runtime error |
Is there a way to build Panels without the need for Storyboard?
The text was updated successfully, but these errors were encountered: