iOS开发——代理与block传值
摘要:
一、代理传值的方法 1.Hehe1ViewController.h中 #import <UIKit/UIKit.h> @protocol Hehe1ViewControllerDelegate <NSObject> - (void)backValueWith:(NSString*)str; @end 阅读全文
posted @ 2016-03-26 11:44 乱七八糟21号 阅读(280) 评论(0) 推荐(0)