Daniel Marulanda

Results 4 issues of 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...

I'm getting around 500MB of memory leak with this lib.

question

presentKeyboard is not firing when keyboard is presenting. So inputBar keeps hidden in back of the keyboard.