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

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)

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.

![demo](http://7xpbra.com1.z0.glb.clouddn.com/pass.jpg)

# RGBWell
Another easy demo.

![demo](http://7xpbra.com1.z0.glb.clouddn.com/RGB.gif)

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

![demo](http://7xpbra.com1.z0.glb.clouddn.com/speakLine.png)

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

![demo](http://7xpbra.com1.z0.glb.clouddn.com/Dice.gif)

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

![demo](http://7xpbra.com1.z0.glb.clouddn.com/tabviewcontroller.gif)

wait more to come~~