Mikhail Stepkin
Results
2
issues of
Mikhail Stepkin
The code is: ``` open func addTextField(_ configuration: (_ textField: UITextField?) -> ()) { let textField = EMAlertTextField() textField.delegate = self configuration(textField) addTextField(textField) } ``` `EMAlertTextField.init` is not optional constructor....
In current state viewController's view is being removed in `didEndDisplaying` and added only `cellForItemAt`. For the cell next to last ones (or to be more correct ones on the edge...