最近接手一个老项目,发现每次push一个新VC,导航栏状态栏都默认为黑色,并且在滚动的过程中渐变成白色,到处搜索都没定位到哪里配置了backgroundColor = blackColor...
1.注释掉Podfile中,use_frameworks 或者把 use_frameworks!改为use_modular_headers!
UIView *phoneView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 18, _phoneTextField.height)];UIImageView *phoneImage = [[UIImageView alloc] initWithImage:[UI...