摘要:
1.CGPoint contentOffset:用来表示UIScrollView滚动的位置2.CGSize contentSize:用来表示UIScrollView内容的尺寸,滚动范围3.UIEdgeInsets contentInset:能够在UIScrollView的4周增加额外的滚动区域#im... 阅读全文
摘要:
1.scrollView缩放#import "ViewController.h"@interface ViewController () @property (weak, nonatomic) IBOutlet UIScrollView *scrollView;@property (weak, no... 阅读全文