Plasma

Results 15 comments of Plasma

I'm about to release a new version of one of my apps and this is the last warning on the code base. Would be great if this could be fixed.

So I've switched to another device, auth looks to be working as expected on a device that hasn't been used before. But on a device that is authenticated when it...

Ok so I've fixed a little of it, if I open the Picker with ... [imagePicker showImagePickerInController:self.view.window.rootViewController animated:YES]; instead of .. [imagePicker showImagePickerInController:self animated:YES]; I can select an image from...

I dug a little further and can now see this when trying to select the Library or Take Photo, still no idea how to fix this at the moment ......

I've created a test app from scratch with the same view hierarchy as my main app. Same problem exists in this one too. I have uploaded the testApp to drop...

``` Thanks for the speedy response, the App setup (same as the one I put on drop box) is .. ``` One main Root UIViewController with an embedded TableView (no...

Jake, Yes doing it from the first ViewController works just fine, so its definitely something to do with the .. VC —> Modal VC —> Modal Picker View Plasma

Any news on this? Did you have chance to take a look? Cheers Plasma

Unfortunately if I do that the menu doesn't show at all! :( I'd really like to find away to fix this.

I take that back, changing "window" to "view" DID work, after I changed the way I present it back to just .. [imagePicker showImagePickerInController:self animated:YES]; instead of the root view...