-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (16 loc) · 895 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BlockFun
========
I created this sample code to play with using a typedef to declare
a new block type, and then using that type. This is something that's
mentioned in docs, but there was no example of actual code for using
a typedef with blocks, so this was done to fill that hole. It's done
as a console app because that seemed fun to try at the time.
You can run the app in Xcode and see the output in the console, or
you can find the .app bundle in the derived products directory
Xcode uses on your system, and run it from the command line with:
./BlockFun.app
---------------------------------------------------------------------
This project was developed as sample code for the iOS Developer Study
Group that meets at the Hacker Dojo in Mountain View, CA.
It is provided under the terms of the Apache license.
---------------------------------------------------------------------