Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在开发iOS7的应用程序
我想在 iOS7 的 UI Scroll View 中更改对象绑定的大小。
我还想更改边距绑定视图的颜色
我能怎么做?
我假设通过更改边界的大小,您的意思是在滚动视图中放置许多超出其框架大小的视图,然后您可以这样做并设置contentSize. UIScrollView使contentSize(此处的链接)尽可能多地滚动滚动视图。
contentSize
UIScrollView
看看UIScrollView 这里的各种属性的文档。