Hi Tarek,
I hope all is well and was so glad to see you made it back to the states safely! Things have been working very well for me but I ran into an issue I hope you can help with:
- Using a UIViewController inside a NavigationController inside a TabController
- Create the table in viewDidLoad (UITableViewStyleGrouped)
- Create my tableView as an instance variable (using the table)
- Has 2 SCTextView cells
- Using latest XCode 4
Issue is when I tap on a cell to edit it the keyboard pops up - but from time to time the tableView shrinks up to about 100px with the rest of the space between the tableview and the keyboard showing white. This happens sometime - not all the time. And it happens much more frequently on my device than on simulator - though I believe I have seen it on simulator on occasion and does happen if device is connected to mac or not).
Here is a screenshot - set self.view backgroundColor to red to ensure that was the view I was seeing...
I'll keep grinding through this but thought I'd reach out to you in case you've seen this behavior with someone else using STV.
(thought the problem may not be STV at all...)
Thanks,
Karl