AKSideMenu icon indicating copy to clipboard operation
AKSideMenu copied to clipboard

IBOutlet on SideMenu is nil

Open Alecattie opened this issue 6 years ago • 0 comments

  • [x] 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

Alecattie avatar May 02 '20 06:05 Alecattie