摘要:
刚接触Swift,如有不对,欢迎指正 Swift中定义一个基本函数 Swift 中基本的闭包函数与OC中Block的相似点 带参闭包 //OC中Block是这样 void (^test) (NSString *)=^(NSString *name){ NSLog(@"%@",name); }; te 阅读全文
posted @ 2017-03-22 19:33
L-文森
阅读(9405)
评论(0)
推荐(0)
摘要:
转自 ibireme的博客 http://blog.ibireme.com/2015/05/18/runloop/ <!--?xml version="1.0" encoding="UTF-8"?--> 目录 RunLoop 的概念 RunLoop 与线程的关系 RunLoop 对外的接口 RunL 阅读全文
posted @ 2017-03-22 10:08
L-文森
阅读(485)
评论(0)
推荐(0)