Alex Lykesas
Alex Lykesas
https://streamable.com/f7q3g check the above video. using: ``` UINavigationBar.appearance().isTranslucent = false In Sampler / TableView func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if let navigationController = self.navigationController as? ScrollingNavigationController {...
Hi, i am using this library and i noticed that there is different handling how the follower view is shown and hidden when the navigationbar is set to translucent =...
Handle Switch Swift 5 Warnings (Added @unknown default) Fixed Example CustomAnimationViewController (added default values in translation and rotationAngle)
Hi, great job making this library public. i love it. I only have faced one problem. when using this with device rotation enabled. its not resizing correctly. How can this...
Hi i am using this library and i noticed that the system buttons don't get translated to the user's preference localization. it is using the phone's language that the user...
Could you add how to overrideUserInterfaceStyle the Theme for ios 13 and also keep the same configuration for LegacyThemeProvider? something like this: ``` @available(iOS 13.0, *) view.window?.overrideUserInterfaceStyle = theme.userInterfaceStyle ```
Hi, there i see this warning in Xcode: MobileCoreServices has been renamed. Use CoreServices instead. Could we change it to CoreServices?
Hi, i am using this in my app and i would like to know how can i force reload a request to skip any existing caches and update the content...
do { let cardType = try SwiftLuhn.cardType(for: cc_number_to_check!) switch cardType{ case .visa: using this code can't use cardType. 'cardType' is inaccessible due to 'internal' protection level i added public: public...
Hello, I happened to have another infinite loop issue with swizzle methods. I remember I had fixed this in the past with adding the unSwizzle methods. https://github.com/Juanpe/SkeletonView/pull/381 In order to...