标签:
使用他人代码中出现下面的警告,需要将该方法改为如下所示:
interfaceOrientation is deprecated:first deprecated in ios8.0
[[UIApplication sharedApplication] statusBarOrientation]
解决interfaceOrientation is deprecated:first deprecated in ios8.0
标签:
原文地址:http://www.cnblogs.com/fdyjm/p/5142480.html