Padding and table margin issues...
I noticed an issue with table margins (which is duplicated in the table view example in the kitchen sink). In the video you'll notice the top of the table doesn't flow under the navBar because there's 10px of margin applied to the view there. http://screencast.com/t/Yzk2ODBjZDEt
Is there anyway around this? I've tried adding a new view and other things and just can't see a way around it. Is there a way to give padding to a view?
2 Answers
-
I have the same issue on Android, basically I tried to work around it by increasing the width by 14. You may try other number for your particular case, but I haven't yet checked how it works on other resolutions.
-
anything on this? Does anyone else see this issue?