整理一下更新后遇到的问题
1、TYAttributedLabel 崩溃
修改方法如下图
输入:-Xclang -fcompatibility-qualified-id-block-type-checking
2、UIPickerView 数组越界 崩溃
以前隐藏两条黑线,现在崩溃
[cityPicker.subviews objectAtIndex:1].backgroundColor = [UIColor clearColor];
[cityPicker.subviews objectAtIndex:2].backgroundColor = [UIColor clearColor];
pickerView.subviews的视图结构有变化,因更新新版本就不分析了,
目前
分析视图尺寸(隐藏运行,是一个半透明视图),
换子视图下标 1 隐藏
[_cityPicker.subviews objectAtIndex:1].backgroundColor = [UIColor clearColor];