dekatotoro / dekatotoro/SlideMenuControllerSwift

I think you forgot to call the mainViewController's viewDidLoad in SlideMenuController.swift

Open
#282 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Swift
Stars
3.4k
Forks
742
PR merge metrics
No merged PRs in 30d

Description

I noticed my main viewcontroller's `viewWillAppear` method was being called before its `viewDidLoad` method, so I checked in `SlideMenuController.swift` and noticed that you manually call `mainViewController's` `viewWillAppear` method in the corresponding `SlideMenuController` method. is this something you intended?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in SlideMenuController.swift, focusing on the SlideMenuController lifecycle method that manually calls the main view controller’s viewWillAppear. Reproduce or inspect the reported ordering between viewWillAppear and viewDidLoad; done means the lifecycle sequence no longer exhibits the reported problem and is verified on iOS.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.