Closed ghost closed 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. 😊
@bogren Thanks you.
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?
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
like this @mreilly4 pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'
@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 .
@mreilly4 Yes,write "pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController' " into podfile, and then at the terminal pod update.
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!
pod 'SlackTextViewController', :git => 'https://github.com/slackhq/SlackTextViewController.git', :branch => 'master'
works for me
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?
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.
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 .
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