Z-hui

Results 5 issues of Z-hui

while (i < MIN((int)arrayOne.count, (int)arrayOther.count)) { // 倒序方式获取各个视图的父视图 UIView *superOne = [arrayOne objectAtIndex:arrayOne.count - i - 1]; UIView *superOther = [arrayOther objectAtIndex:arrayOther.count - i - 1]; // 比较如果相等 则为共同父视图 if...

STHeaderView 子类中添加横向scrollview手势冲突

主要是没找到,在哪里更改的父视图的frame,怎样控制父视图上移偏差

MTPerformModeLast 所存储的lastTimeRequest不应该保存now+rule.durationThreshold的时间吗 不然怎么保证的请求的是最后一次

有支持swift3.0的版本吗 我这迁移后,直接闪退 什么日志都看不到 ,头疼