-
I'm using 1.9.1. The dark shadow would disappear after segue animation finished.
![img_7950](https://cloud.githubusercontent.com/assets/770482/13215029/a3da35e8-d920-11e5-8303-08cc7a64141b.PNG)
-
Documentation and classes are for obj-c developers only, Swift-Controller has dependences from obj-c classes such as MessageCells and Layout, mb little bit fix?
-
When I set textInputbar.textView.delegate to a valid delegate, the expected callbacks are not executed.
```
func textViewShouldBeginEditing(textView: UITextView) -> Bool
func textViewDidBegin…
-
I set the text view's font size to a larger font. What heights/attributes should (or shouldn't) change to accommodate for this?
As of right now, the textView seems to be the same size as default. W…
-
The first UITableViewCell in the UITableView is behind the `textInputBar` when the UIViewController appears instead of having a top content inset greater than 0. It will only fix itself when I tap on …
-
I think it might be helpful for individuals to either include the x86_64 slice when running `carthage update` or let people know to run `carthage update --no-use-binaries` if their intention is to use…
-
/usr/local/bin/pod install --verbose
### Report
- What did you do?
- What did you expect to happen?
- What happened instead?
### Stack
CocoaPods : 1.0.0
Ruby : ruby 2.3.0p0 (2015-12-25 rev…
-
Sometimes issues only surface in larger real apps, so it might be a good idea to run `pod install` _and_ `xcodebuild archive` on those as part of CI.
Objective-C apps:
- Frameworks: https://github.co…
alloy updated
8 years ago
-
I'm using SLKTextViewController but have more textviews (UITextView) in my controller. This is now causing a crash here: https://github.com/slackhq/SlackTextViewController/blob/master/Source/SLKTextVi…
-
When scrolled to the bottom (non-inverted) if I bring up the keyboard by tapping the input bar the keyboard shows. Then if I try to dismiss the keyboard by using a pan gesture starting from above the …