Kiryl Budzevich

Results 3 comments of Kiryl Budzevich
trafficstars

@AlexanderEBaranov чтобы не ждать ты можешь сам создать PR и внести изменения :)

@zarochintsev самое простое решение: ``` func openScannerModule(output: ScannerModuleOutput) { try? transitionHandler .forSegue(identifier: C.SegueIdentifiers.scannerModule, to: ScannerModuleInput.self) .then { moduleInput in moduleInput.configure(output: ScannerModuleOutput) } } class ScannerModulePresenter: ScannerModuleInput { ... var output:...

Hello, @KohFujimura! ``` fileprivate func buildPlaceholderLabel() { var newRect = self.placeholderRect(forBounds: self.bounds) var caretRect = self.caretRect(for: self.beginningOfDocument) let textRect = self.textRect(forBounds: self.bounds) ``` On iOS 11 `func placeholderRect(forBounds bounds: CGRect)...