slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

SlackTextViewController Version 1.9.5 can't Touch in textfield #634

Closed ghost closed 7 years ago

ghost commented 7 years ago

i'm add subview have lib SlackTextViewController Version 1.9.5 install by pod to view but have UIToolbarContentView and UIButtonBarStackView on view SLKBar make can't touch textfield, how to fix it

bogren commented 7 years ago

Fixed in #624. You can point the pod to the master branch until there is a new release. The new release is out when all iOS 11 fixes are completed. 😊

ghost commented 7 years ago

@bogren Thanks you.

rrupsing commented 7 years ago

Hi @bogren I have my pod pointed to master and have re-built and when I click on the text input it still doesn't launch the keyboard....any suggestions for what I can do here?

mreilly4 commented 7 years ago

I am having the same issue. Any idea when the update will be released?

Also, how do I point the pod towards the master?

Thanks

NinoWang commented 7 years ago

like this @mreilly4 pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'

mreilly4 commented 7 years ago

@NinoWang Sorry, this is a elementary question, but, do I enter that into my terminal or in my podfile and run pod update?

Thanks again for your time.

Michael Joseph Reilly

On Tue, Oct 24, 2017 at 2:47 AM, Nino notifications@github.com wrote:

like this @mreilly4 https://github.com/mreilly4

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/slackhq/SlackTextViewController/issues/634#issuecomment-338904179, or mute the thread https://github.com/notifications/unsubscribe-auth/AFmm9upjsSdohiw7dmqNQFymq6h4biq1ks5svZYpgaJpZM4P4R4J .

NinoWang commented 7 years ago

@mreilly4 Yes,write "pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController' " into podfile, and then at the terminal pod update.

DennisMostajo commented 7 years ago

Hi everyone, I have the same issue on iOS 11, I updated my pod file to: pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController' , and the Text Field input stills untouchable, the keyboard is not working or showing, I print logs if isUserInteractionEnabled and show me, YES, any help, please? thanks!

ajonescodes commented 7 years ago

pod 'SlackTextViewController', :git => 'https://github.com/slackhq/SlackTextViewController.git', :branch => 'master'

works for me

DennisMostajo commented 7 years ago

thanks for answer @nextbigidea, I tried it: pod 'SlackTextViewController', :git => 'https://github.com/slackhq/SlackTextViewController.git', :branch => 'master' , but still not working, what could be?

dzenbot commented 7 years ago

Although there are still known iOS 11 / iPhone X issues, I've pushed 1.9.6 release, which is also available on Cocoapods. At least, we've fixed the most critical issues. Thanks again to all the contributors! 👏

Also, closing this as duped.

mreilly4 commented 7 years ago

Thanks guys! It's awesome!

Michael Joseph Reilly

On Wed, Nov 1, 2017 at 7:34 PM, Ignacio Romero Zurbuchen < notifications@github.com> wrote:

Closed #634 https://github.com/slackhq/SlackTextViewController/issues/634.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/slackhq/SlackTextViewController/issues/634#event-1322097836, or mute the thread https://github.com/notifications/unsubscribe-auth/AFmm9sDIyURevp2sPrl-5kpWOioOmzBMks5syQ4ZgaJpZM4P4R4J .