[转]没有UIViewController时如何使用UIAlertController(让UIAlertController总展示在App最上面)

转载自:《How To Present An Alert View Using UIAlertController When You Don't Have A View Controller》

Over the summer I updated a number of apps to iOS 9. A common tasks for me was replacing the deprecated UIAlertView with new UIAlertController class.[......]

继续阅读

XCode删除垃圾文件

XCode使用一段时间后,会产生几十GB的垃圾文件,主要有两个目录比较大。

第一个是用于不同iOS版本编译所需要的支持文件
~/Library/Developer/Xcode/iOS DeviceSupport
第二个是项目的临时文件
~/Library/Developer/Xcode/DerivedData
 [......]

继续阅读