UIScrollView 根本不缩放
我制作了一个 UIScrollView,添加了一个 UIImageView 作为子视图,设置 viewForZoomingInScrollView: 方法返回子视图,在我的 viewDidLoad 中将 UIScrollView 的委托设置为 self,将我的 ViewController 设置为 UIScrollView 委托,在 IB 中将 maxZoom 设置为 5.00,我仍然无法滚动
我正在使用 iPhone 模拟器,按选项键让它们变成灰色圆圈,然后移动鼠标,但什么也没有发生。
我有什么想法吗? 干杯
I made a UIScrollView, added a UIImageView to as a subView, set the viewForZoomingInScrollView: method to return the subView, set the UIScrollView's delegate to self in my viewDidLoad, set my ViewController to be a UIScrollView delegate, set the maxZoom to 5.00 in IB, and I still am unable to scroll
I'm using the iPhone simulator, pressing the option key to get they grey circles then moving my mouse, and nothing's happening.
Any ideas what I'm missing?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您设置了内容大小吗?
Did you set the content size?