An open API service indexing awesome lists of open source software.

https://github.com/tim9liu9/byvaluetwoviewcontroller-ios

2个ViewController直接传值的方式事例。
https://github.com/tim9liu9/byvaluetwoviewcontroller-ios

Last synced: 10 months ago
JSON representation

2个ViewController直接传值的方式事例。

Awesome Lists containing this project

README

          

ByValueTwoViewController
========================

2个ViewController之间传值的方式事例。

* delegate传值
* Block传值
* KVO传值
* 消息传值