SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

[Question] SLKTextInputbar with custom View

Open BBurzec opened this issue 8 years ago • 1 comments

Hi!

I'am using SLKTextInputbar with some other way -> after press left button on input bar i add as subview covered view with additional options buttons. One of there buttons remove my custom view and input bar works normally in standard way. There is great solution for me with extra option buttons but not work correctly in every case. Everything works well expect situation when inputbar is raised above the keyboard with my covered view then my custom buttons not receiving any actions. Buttons icons looks like everything work because change their tint color after press but not receiving IBActions. After resign responder and hide keyboard everything works back.

BBurzec avatar Mar 06 '17 10:03 BBurzec

We've been experiencing a similar issue with our custom view. My guess is that the intrinsic size of the custom view is causing the touch events to not get passed to the subviews. I haven't spent much time trying to figure this bug out. Any contribution is very welcomed!

dzenbot avatar Mar 07 '17 04:03 dzenbot