2018年9月18日

iOS基础 - block分别用作属性、参数时实现页面传值

摘要: ▶ 页面传值 下面代码中,通过 SecondViewController 向 ViewController 传值 // - SecondViewController.h #import <UIKit/UIKit.h> typedef void(^TextBlockSecVC)(NSString *t 阅读全文

posted @ 2018-09-18 09:47 低头捡石頭 阅读(49) 评论(0) 推荐(0)

导航