在A页面到B页面传值可以用delegate(太麻烦),B页面传值到A页面,回调也可以用delegate。 页面间常用的传值方式(Delegate,NSNotification,Block,NSUserDefault,单例,extern,property,方法参数,指针) B页面.h B页面.m