Sreejith
Sreejith
Hi, Is there a way to set the imageView contentMode to AspectFit. The below code doesn't work. ``` - (void)displayImage:(UIImage *)image { self.imageView = [[UIImageView alloc] initWithImage:image]; self.imageView.clipsToBounds = NO;...
### Scenario & use case 1. Deeplink with a scheme: `app://settings/account` is clicked and a step is forwarded to all the flows by the coordinator 2. Deeplink.step is consumed by...
Thanks for the fantastic library :) I've been getting this `User interaction is not allowed` for lot of users and looks like this happens when the app is in the...
## Build Information Application is written in Swift 4 Using SQLite.swift 0.11.4 via CocoaPods Xcode 9.3.1 ## Crash Information I'm experiencing a crash in `sqlite3_prepare_v2` which gets called from `Connection.prepare`...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug Our CI fails to build the...