UIScrollView - 添加子视图,使其水平和垂直居中
如何在代码中将 UIImageView 添加到 UIScrollView 以便它出现在中心。
滚动视图占据了很大的区域,UIImage 视图的大小平均约为 40%。
How do I add, in code, a UIImageView to a UIScrollView so that it appears in the center.
The scroll view fills a large area, the UIImage view is about 40% the size on average.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
imageView.center=scrollView.center怎么样
How about imageView.center = scrollView.center
围绕...的一些事情怎么样?
What about something around the lines of...