Timur Kuchkarov

Results 4 comments of Timur Kuchkarov

Here is the fix I originally posted on another site. I've changed line "if (CGOriginX(frame) + CGWidth(frame) > CGWidth(cropView.superview.frame))" to "if (CGOriginX(frame) + CGWidth(frame) - CGWidth(cropView.superview.frame) > 0.01)" so that...

Hi Dave. Thanks, I'll look into this. Probably name format is changed for iOS 9.

I just looked on several devices and then found http://stackoverflow.com/a/20045142/2082172 that provided me missing parts(answer provided full list at that time I believe). There was a problem on simulators that...

Actually no, no apps are using this pod now after design changes. Regarding iOS 9 - now instead of defined names launch images generated from xib seem to get some...