Skip to content

Commit cf403b6

Browse files
committed
Add reference to Swift cheat sheet
1 parent 3025c4b commit cf403b6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## Objective-C Cheat Sheet
22

3-
Support this project via Gratipay <a href="https://gratipay.com/iwasrobbed/"><img src="http://img.shields.io/gratipay/iwasrobbed.svg"></a>
3+
This is not meant to be a beginner's guide or a detailed discussion about Objective-C; it is meant to be a quick reference to common, high level topics.
44

5-
**Note**: I wrote this over a stretch of 3 days, so it could probably use some editing and clarifications where necessary.
5+
* Read my [Swift](https://github.com/iwasrobbed/Swift-CheatSheet) cheatsheet as well.
6+
* Support this project via Gratipay <a href="https://gratipay.com/iwasrobbed/"><img src="http://img.shields.io/gratipay/iwasrobbed.svg"></a>
7+
* To download a PDF version of this, use [GitPrint.com](https://gitprint.com/iwasrobbed/Objective-C-CheatSheet/blob/master/README.md?download)
68

7-
This is not meant to be a beginner's guide or a detailed discussion about Objective-C; it is meant to be a quick reference to common, high level topics. Please feel free to edit this document to update or improve upon it, making sure to keep with the general formatting of the document. The list of contributors can be [found here](https://github.com/iwasrobbed/Objective-C-CheatSheet/graphs/contributors).
8-
9-
To download a PDF version of this, use GitPrint.com:
10-
* https://gitprint.com/iwasrobbed/Objective-C-CheatSheet/blob/master/README.md?download
9+
**Note**: I wrote this over a stretch of 3 days, so it could probably use some editing and clarifications where necessary. Please feel free to edit this document to update or improve upon it, making sure to keep with the general formatting of the document. The list of contributors can be [found here](https://github.com/iwasrobbed/Objective-C-CheatSheet/graphs/contributors).
1110

1211
For advanced Objective-C topics, these two sites are updated weekly:
1312
* http://www.objc.io

0 commit comments

Comments
 (0)