Skip to content
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

IBOutlet on SideMenu is nil #73

Open
1 task done
Alecattie opened this issue May 2, 2020 · 0 comments
Open
1 task done

IBOutlet on SideMenu is nil #73

Alecattie opened this issue May 2, 2020 · 0 comments

Comments

@Alecattie
Copy link

Alecattie commented May 2, 2020

  • I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • AKSideMenu version: 1.4.5
  • Device OS version: 13.0
  • Device Name: iPhone 11 Pro Max
Reproduction Steps
  1. add an outlet to the SideMenuViewController like a label or a button via storyboard
  2. Change its properties programmatically in the ViewDidLoad example: label.text = "hello world!"
Expected Result

Label to say hello world

Actual Result

the line that changes the label is nil and crashes upon app launch

Tell us what could be improved:

Add option to add IBOutlets to SideMenus and change properties programmatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant