© 1999-2048 dssz.net 粤ICP备11031372号
[iOS] ios滚动效果
说明: 实现了顶部滑动, - (void)tapClick:(UITapGestureRecognizer *)tap { [UIView animateWithDuration:0.3 animations:^{ _lineView.frame = CGRectMake(tap.view.frame.origin.x, 47, tap.view.frame.size.width, 2); }]; //文字颜色 UILabel *label = (UILabel *)tap.view; label.t<zh0770> 上传 | 大小:34kb