zxb

Results 1 issues of zxb

例子:快速连点同一个标题3次,本应该是显示列表,但是没有显示出来 解决方法:修改 ` animateBackGroundView ` 和 ` animateLeftTableView ` 两个方法 ``` objc ··· [UIView animateWithDuration:0.2 animations:^{ view.backgroundColor = [UIColor colorWithWhite:0.0 alpha:0.0]; } completion:^(BOOL finished) { if (!_show) { // 加上这个判断...