Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
241 views
in Technique[技术] by (71.8m points)

ios - How to scroll UITableView in Storyboard editor of Xcode 5?

Storyboard had great feature to design tables of static cells. Until XCode 5 is was possible to compose long list of cells and scroll the table to edit them.

With XCode 5 the scrolling simple stopped working - instead of scrolling the table, now it scrolls entire the storyboard.

Did anyone solved this problem? I'm completely stuck with my long tables of static cells...

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In the storyboard view uncheck Under Top Bars with the problematic scroll view selected.

This allowed me to scroll all the way down.

This only occurred in one of my views, so still not sure what it happens.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...