-
Notifications
You must be signed in to change notification settings - Fork 90
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
Internal protection #47
Comments
Please use this code to get the position of panel.
|
It gives me nil while wrapping an Optional value at: |
It means your root controller is getting nil some how. Can you share the chunk of code specially the code where you are initialising the |
Are you initialising the rootVC with storyboard or code ? |
Do you mean this? Sorry I'm new in the iOS world
|
The above code seems fine and I can see you are using FAPanelController using coding and not storyboard. Then you are presenting a new controller. Are you accessing the rootController in the presented controller ? I think try accessing the current panel from the property self.panel which is optional and handle the optional validation. |
if you want to access the panel configurations then the controller must be a FAPanelController. For some how you are accessing the rootController which is not a panel. |
I trying with code and storyboard
|
I trying to pass from my login storyboard, to the interface with the menu. |
I'm a n00bie in Swift and Xcode, and i can't understand the problem...
I can't call that function because is declared "internal", i tried to remove the internal declaration, but nothing.
Could someone help me?
The text was updated successfully, but these errors were encountered: