slackhq/SlackTextViewController

SlackTextViewController Content Upside down

Opened this issue · 4 comments

i install pod SlackTextViewController in the project. I use UITableViewController but Content Upside down .What i to do?

i can fix, i use
self.inverted = YES;

You can read more about inverted mode here docs

@bogren thank you very much

You've inverted the table without inverting the cells. If you do one, you must do the other.