AlexisLampouridis

Results 3 comments of AlexisLampouridis

Have you find any solution or workaround ?

Hello @s4cha I want to add something to this. After taking a picture and the next step is filters , the filter preview is always 4:3 and we cannot change...

_I found a solution to remove "Done" button from keyboard, using the package [IQKeyboardManagerSwift](https://cocoapods.org/pods/IQKeyboardManagerSwift)_ ``` pod 'IQKeyboardManagerSwift', '~> 6.5' ``` _Initialize those settings at **AppDelegate.swift**_ ``` IQKeyboardManager.shared.enable = true IQKeyboardManager.shared.shouldResignOnTouchOutside...