https://github.com/sushichop/objcsampledelegate
an example of the design pattern 'delegation'
https://github.com/sushichop/objcsampledelegate
Last synced: about 2 months ago
JSON representation
an example of the design pattern 'delegation'
- Host: GitHub
- URL: https://github.com/sushichop/objcsampledelegate
- Owner: sushichop
- License: mit
- Created: 2015-07-05T12:58:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T12:59:02.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T02:52:11.793Z (4 months ago)
- Language: Objective-C
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjCSampleDelegate
ObjCSampleDelegate shows an example of the design pattern 'delegation'.
## Environment
- Xcode 6.4
- Objective-C 2.0
- iOS 8.4## Author
sushichop
- [Twitter](https://twitter.com/sushichop2012)
- [Blog](http://sushichop.blogspot.jp)## License
[MIT]: http://www.opensource.org/licenses/mit-license.php
ObjCSampleDelegate is available under the [MIT license][MIT]. See the LICENSE file for details.