摘要:
SCLAlertView-Swifthttps://github.com/vikmeup/SCLAlertView-SwiftAnimated Alert View written in Swift, which can be used as aUIAlertVieworUIAlertControl... 阅读全文
摘要:
Asynchttps://github.com/duemunk/AsyncSyntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch (GCD)这是一个Swift中GCD的语法糖库。Asyncsugar... 阅读全文
摘要:
swift如何打印对象的地址打印对象的地址还是有着很多实用价值的,在swift中,你可以用以下的方式打印一个对象的地址:打印结果:有时候,if let a = b 这种操作会给人一种错觉,认为 a 是临时创建出来的一个变量,其实,他只不过是指针而已:源码://// ViewController.s... 阅读全文