-
How can this be done? I have a tablewView that is an outlet and a UIView with a textView as an outlet. I would like to just display the inputbar. I am using Swift. Any help would be appreciated. Thank…
ghost updated
9 years ago
-
Overwriting `- (NSArray *)gestures` in `SLKTextView` can cause crash. `- (NSArray *)gestures` is called when super is being `dealloc`-ed.
Possible fix: Add `self` as target during initialisation. Se…
-
Typing indicator doesn't is not shown anymore since 1.7 version. I'am trying to display it like this(which was working before):
`typingIndicatorView.insertUsername(userName)`
Could anybody check this…
-
Like JSQMessagesViewController - how can SlackTextViewController support Dynamic Type? Additionally, if this is not currently supported - will there be plans to implement support soon?
https://github.…
-
I am using Storyboard to create a view whose viewController is a sub-class of SlackTextViewController.
Everything worked well except the tableView was reversed:
Only the tableView was reversed, th…
-
HI I love this library however when i use the tableview version of the controller
and set
cell at indexpath
var cell = self.tableView.dequeueReusableCellWithIdentifier("cell") as! UITableViewCell
…
-
We don't know why but suddenly the input bar is no longer visible as long as the keyboard is shown.
We tried versions 1.5, 1.6 and master (at commit [5a442257664f76c99458db1b21c849a7fe8756ab](https:/…
-
Encountered a bug for the following repo and build: [compute-io/anagram-hash](https://travis-ci.org/compute-io/anagram-hash/jobs/58976830).
Noticed today that the repo was showing 0% coverage, which …
-
I'm on Xcode7 / iOS 9 and have been having trouble with uploading my binaries to TestFlight.
First, I got the following error which was fixed by using cocoapods from #4221.
```
Invalid Swift Support…
-
@dzenbot Finally found out why my input bar gets hidden. Changing the background color causes this issue. This issue only happens on 1.6
```
self.textInputbar.backgroundColor = [UIColor whiteColor];
…