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

Setting background color on textinputBar makes the content invisible #247

Closed aryaxt closed 9 years ago

aryaxt commented 9 years ago

@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];
dzenbot commented 9 years ago

Thanks for the heads up! 👊

setBackgroundColor: doesn't update the inputAccessoryView's background color anymore in https://github.com/slackhq/SlackTextViewController/pull/241 This will be fixed in the next release.