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.
我准备了一个图片库,我想放大和缩小已经在页面控制和滚动视图中的图像。任何人都可以帮助我.. 问候..
为滚动视图设置委托。以下代码缩放您的图像。
-(UIView *) viewForZoomingInScrollView:(UIScrollView *)inScroll { return imageView; }