Daniel Marulanda
Daniel Marulanda
I'm working on my own implementation of this library; but when i try to add the camView as subview instead of overriding self.view; it doesn't work. ¿
Sometimes when i'm doing a request, the SearchTextField doesn't appear even if there are items inside it. ```swift searchView.rx.text.orEmpty .debounce(0.5, scheduler: MainScheduler.instance) .distinctUntilChanged() .filterEmpty() .map { [unowned self] text in...
presentKeyboard is not firing when keyboard is presenting. So inputBar keeps hidden in back of the keyboard.