bcbucs13
bcbucs13
Running on Xcode 9 and Swift 4.1 receive this message when running in Simulator. Blank Screen without showing the SWRevealViewController. Anybody else have experience with this error?
How do you get a higher resolution image from Facebook? I tried changing this line to get the larger image size from the Facebook Graph ``` objc - (void)getPhotos:(OLFacebookPhotosForAlbumRequestHandler)handler {...
I'm having trouble including a Back Button in the Navigation Bar. I've tried changing this to false: self.navigationItem.hidesBackButton = false But it didn't work. Any suggestions?