You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2019. It is now read-only.
I followed the sample project and tried to add the command master to my view, however it does not display.
I have a viewcontroller, which has another view controller as a child. I tried adding the commandMaster as the last item in viewDidLoad. It appears to be in the hierarchy, if I print it out, however it doesn't display on the screen.
In the viewController viewDidLoad, I have the following:
[AMCommandMaster setDelegate:self];
[AMCommandMaster addToView:self.view andLoadGroup:@"TestGroup"];