问题
in XCode 5 Interface Builder, when I select a Static TableViewController that has a lot of rows in it, I can get it to go below the fold for a cell and half but the scrolling stops there. What's the trick to go all the way down to the bottom to edit/design the bottom static cells that are below the fold in interface builder?
回答1:
Try to uncheck the options "Under Top Bars" and "Under Bottom Bars" of Attributes Inspector / View Controller / Extend Edges. I can scroll into the others sections.
来源:https://stackoverflow.com/questions/18964823/cant-scroll-to-the-bottom-of-a-long-static-tableviewcontroller-in-xcode-5-inter