-
I confirmed this is an issue with 0.39.0 only. There are no changes in my source tree . I just installed the latest cocoapods 0.39.0 and ran pod install. After compile and trying to launch the share e…
-
Please provide exact steps for doing this !! I'm in a middle of the sea and don't know how to swim! :(
P.S. already read readme file, but with no luck :-1:
-
I have to use the SlackTextViewController in non-inverted mode due to some design guidelines.
The problem is that when the keyboard is coming up in non-inverted mode the tableview above gets resized…
-
In my view controller, I've a topbar `UIView` (in place of navigation bar) which size of 320 x 64. How to fix the `SlackTextViewController` start position and height relevant to top bar view. Can I do…
-
As title say, when I try to push to my view controller which subclass of `SlackTextViewController` it goes in some infinite loop and at last crashed the app at some 400+mb memory.
I'm not sure what's…
-
Hello,
I'm using AsyncDisplayKit Lib version 1.2.2 for my chatting application. There have a problem as detail:
+ Step1: When a user sends a message (photo or text), I will add this message into…
-
I'm seeing this issue in master but it isn't occurring in v1.5 so it was introduced recently.
1. Run the Messenger example app.
2. Type a message and tap Send.
3. The Send button stays visible and ena…
-
When this is set to true, it scrolls weird while the keyboard come sup and settles to a point with the last item just scrolled down. It'll then star there are you open and close the keyboard.
It sho…
-
Hello. I tried to use SlackTextViewContoller in inverted mode with scrollView. Everything is good but inserting items doesn't work as excepted.
What i did:
```
self.inverted = YES;
```
Then in cell…
-
I’m trying to use https://github.com/slackhq/SlackTextViewController/ in a RubyMotion app, my controller overrides the init method with the following to use the table version:
```
def init
super.in…