Logan Murray

Results 5 comments of Logan Murray

Unfortunately, if I use AppDelegate.window, the alert appears as if the device were in portrait orientation even though it is in landscape. Doesn't look great. :P I think in my...

I'm experiencing this as well. The sample app seems to work fine, but for some reason when I do the same thing in my app, the `TGRImageViewController` is iPhone 5...

Ah, the reason it works in the sample is because the sample is a 4-inch app upscaled. :P

I got around it by adding `self.view.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.height);` to `initWithImage:`, but I don't know where this should be properly done when presenting a full-screen...

I came to report the same issue. This just seems like a slight design oversight. However I'd like to add one more point: if the typed word matches exactly one...