LeoSnek

Results 7 issues of LeoSnek

I've added support to change `progressColor` & `progressStrokeColor` in an animation block. This can be tested in `MBViewController` with the following animate body: CGFloat newValue = 100.f - self.progressBar.value; UIColor...

I'm developing an app that uses [immersive mode](https://developer.android.com/training/system-ui/immersive) to show an image in full screen. When immersive mode is enabled the SubsamplingScaleImageView bounds increase because the Activity layout increases and...

We have a project which can fire off multiple API calls concurrently. Each request calls `performAction` and in some cases this results in the same refresh token being used more...

Immediately after log in the save to iCloud Keychain action sheet is displayed but the viewcontroller is dismissed automatically meaning the user doesn't get to choose. ![f3pQx](https://user-images.githubusercontent.com/5618284/98838997-e1cedb80-243c-11eb-92c5-f9ddd132d816.png) Is there a...

We have some UIPicker logic which is being messed up a little by the touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event method. It would be useful if we could set a property on...

When I try to increase the size of my PDF as a UIImage the background of the PDF does resize correctly but the image on the PDF doesn't. This has...

Could you please update the docs for the following devices: - iPhone 13: 47.33 - iPhone 13 Pro: 47.33 - iPhone 13 Pro Max: 53.33 - iPhone 13 Mini: 44.0...