-
Notifications
You must be signed in to change notification settings - Fork 45
Doesn't resize tableview of left side view controller #8
Comments
Hi @nemesyssoft! I cannot test right now but I will test tonight. To be sure, did you set the |
Everything is configured in a storyboard. I just dragged a -Laurent.Laurent Daudelin [email protected] On Tue, Apr 15, 2014 at 11:18 AM, Sébastien MICHOY <[email protected]
|
I think I found the problem. I'm very busy for next days, however I think it will be fixed for monday. |
Don't worry too much about it. I set the table view size in viewDidLoad: and our app is not ready to distribute yet. -Laurent. Sent from my iPad mini
|
Hi! An little update! By looking more deeply, I realized that there is no bug in your case. By using a translucent UITabBar, it is the expected behavior to have some content under the tab bar. To be able to display correctly the last row, you have several options:
By trying the last option, I discovered a glitch I will try to fix very soon. So thank you for your question! I will notify you when as soon as this glitch will be fixed. |
I pushed a new version of the controller (1.3.2.). It should fix the bug when the UITabBar is not translucent. Let me know if it fixes your problem. |
It seems that there is a problem with resizing of at least the left panel view controller. I have an application with a black translucent tab bar. The left panel view controller is a subclass of UITableViewController. When the view is pushed on screen, the tableview is not resized properly resulting in the latest row not full displayed. It is as if the tableview doesn't realize that there is a tab bar.
In the screenshot attached, I scrolled the tableview as much as I could but the last row is partly visible.
The text was updated successfully, but these errors were encountered: