Dam*_*bin 18
你可以把它放在你的UIScrollView子类中:
- (void)zoomToRect:(CGRect)rect animated:(BOOL)animated
{
[UIView animateWithDuration:(animated?0.3f:0.0f)
delay:0
options:UIViewAnimationOptionBeginFromCurrentState
animations:^{
[super zoomToRect:rect animated:NO];
}
completion:nil];
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2465 次 |
| 最近记录: |