Jake Sieradzki

Results 6 comments of Jake Sieradzki

I might add this as a feature to the control at some point if I get the time but if you wish to do it yourself then look at the...

You could always try and add a tag property to the JSImagePickerController as an int, and also include the JSImagePickerController object in the imagePickerDidSelectImage method. Like I said I don’t...

Yes, the tag is only inherited from the UIView class which UIImagePickerController does not inherit from, so you have to manually put it in by adding a property to JSImagePickerController.h...

Hi, just read all your emails, I'll have a proper look at the code when I get home but could you just explain the navigation stack to me? Eg. Navigation...

Just a quick guess from my phone and your emails, iOS is a bit fiddly when it comes to calling a modal segue from a modal segue (the image picker...