2016年3月9日

传值方式

摘要: iOS页面间传值的方式(NSUserDefault/Delegate/NSNotification/Block/单例) 实现了以下iOS页面间传值:1.委托delegate方式;2.通知notification方式;3.block方式;4.UserDefault或者文件方式;5.单例模式方式;6.通 阅读全文

posted @ 2016-03-09 00:02 bella和lucy 阅读(137) 评论(0) 推荐(0)

导航