jkooker / idimp

Automatically exported from code.google.com/p/idimp
0 stars 0 forks source link

tab bar covers some of flipside views #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I fill the space allowed in Interface Builder, then on the flipside, the
view is cut off on the bottom (and possibly the top as well?).  What is the
correct thing to do here - know the height of the tab bar and make sure we
design the views in Interface Builder accordingly?

Original issue reported on code.google.com by meeshmu...@gmail.com on 11 Dec 2008 at 1:16

GoogleCodeExporter commented 9 years ago
2 part solution:

1) You're right, the top is getting cut off. I'll fix that part.
2) To fix the bottom parts getting cut off, we can either resize the child view
bounds in IB while designing, or put them in UIScrollers if they need more 
space than
we can give.

Original comment by jkooker on 11 Dec 2008 at 2:13

GoogleCodeExporter commented 9 years ago
Fixed (1) in r133. Let me know if you want me to make a UIScroller for the Main 
Audio
Levels tab.

Original comment by jkooker on 11 Dec 2008 at 2:17

GoogleCodeExporter commented 9 years ago
I just noticed some strange behavior (running the latest code, so with the fix
above).  The first time I switch to the flip side, the tab bar is correctly 
docked
against the bottom, but the second time it's drawn maybe 20 pixels up from the
bottom.  Third time it's even higher.  Could this be related to the change you 
just made?

Original comment by meeshmu...@gmail.com on 11 Dec 2008 at 3:28

GoogleCodeExporter commented 9 years ago
Yikes, yep, that was me. Fixed new issue in r139.

Original comment by jkooker on 11 Dec 2008 at 4:17

GoogleCodeExporter commented 9 years ago
This seems fixed now, correct? The other views have been adjusted to fit within 
the
smaller space?

Original comment by jkooker on 11 Dec 2008 at 8:12

GoogleCodeExporter commented 9 years ago
Yep. Fixed!

Original comment by meeshmu...@gmail.com on 11 Dec 2008 at 8:15