Andrey Lesovoy

Results 13 comments of Andrey Lesovoy

iOS 11, by the way. Tested on iPhone 5S both device and simulator.

I know that's an old question, but I managed to fix this. `UINavigationBar+Rainbow.swift ` at _public var backgroundColor_ there's an insertSubview function, so I changed it to code below. Not...

@jpsim can you please tell us what's going on about this issue?

I think thats the answer: https://github.com/iMoreApps/ffmpeg-avplayer-for-ios-tvos/issues/8

@ShawnBaek Well, I changed visibility of `slk_registerNotifications` and added it to some places in my controllers, but still sometimes it does not fire.

@ShawnBaek Yea, I've just seen your issue and tried removing `viewDidAppear`, but I still do have this. It happens after I present a controller, then tap on `textInputBar`.

@johndoehelloworld no. Currently working on it. I will post here if I find a solution.

@johndoehelloworld I managed to fix adding `slk_registerNotifications` (you have to change .h file a little bit) after I dismiss the controller. _note that I had bug while opening a controller...