I'm having an issue getting setup. I'm using Swift 4.2, programmatically creating UI, and separating the UIViewController and UIView into separate files. I started from the example you provided in a zip on issue #59. The example works fine as written, however, if I change MainViewController.swift to the following:
I do not see a white background. I get a black background. I have separated the UIView and UIViewController in other projects successfully but it doesn't appear to play with with PBRevealViewController. Any help would be appreciated. Thanks.
I'm having an issue getting setup. I'm using Swift 4.2, programmatically creating UI, and separating the UIViewController and UIView into separate files. I started from the example you provided in a zip on issue #59. The example works fine as written, however, if I change MainViewController.swift to the following:
and create MainView.swift with the following:
I do not see a white background. I get a black background. I have separated the UIView and UIViewController in other projects successfully but it doesn't appear to play with with PBRevealViewController. Any help would be appreciated. Thanks.