https://github.com/fancymax/cocoa-learning
Learning Cocoa(Swift)
https://github.com/fancymax/cocoa-learning
Last synced: about 1 year ago
JSON representation
Learning Cocoa(Swift)
- Host: GitHub
- URL: https://github.com/fancymax/cocoa-learning
- Owner: fancymax
- Created: 2016-01-13T07:09:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T13:49:37.000Z (over 9 years ago)
- Last Synced: 2025-03-21T00:33:03.285Z (over 1 year ago)
- Language: Swift
- Size: 174 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocoa Learning(Swift)
These are some demos come from the book 「Cocoa Programming for Mac OS X」 , and I will add more here.
# RandomPassword
Maybe your first Cocoa Program, use it to understand the MVC structrue.

# RGBWell
Another easy demo.

#SpeakLine
An interesting demo to translate text to sound, and remember last voice you selected(by userDefault)

#DiceView
An interesting demo teach me the way to create a custom userControl.

#NerdTabViewController
A demo teach me how to create a Tab-style view

wait more to come~~