https://github.com/tim9liu9/byvaluetwoviewcontroller-ios
2个ViewController直接传值的方式事例。
https://github.com/tim9liu9/byvaluetwoviewcontroller-ios
Last synced: 10 months ago
JSON representation
2个ViewController直接传值的方式事例。
- Host: GitHub
- URL: https://github.com/tim9liu9/byvaluetwoviewcontroller-ios
- Owner: Tim9Liu9
- Created: 2014-10-04T11:45:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T07:14:17.000Z (over 10 years ago)
- Last Synced: 2025-02-24T08:33:26.299Z (over 1 year ago)
- Language: Objective-C
- Size: 164 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ByValueTwoViewController
========================
2个ViewController之间传值的方式事例。
* delegate传值
* Block传值
* KVO传值
* 消息传值