aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-12 08:00:16 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-12 08:00:16 -0700
commiteffd0d104dcb41709a72a83a135d6b99c65adef1 (patch)
tree295c283a7e77572a443c8a295bff06da9b0d8791 /README.md
parent18c3bf6e36664d19d1e9fc4ae95f699406ac72f6 (diff)
added reference to video
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d4f17c0..b78cc016 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,9 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e
* In Build Phases, add a Target Dependency of `static mailcore2 ios`.
5. Profit.
+Here's a video that shows all the steps for iOS:
+http://www.youtube.com/watch?v=9fAo6oBzlQI
+
## Basic IMAP Usage ##
Using MailCore 2 is just a little more complex conceptually than the original MailCore. All fetch requests in MailCore 2 are made asynchronously through a queue. What does this mean? Well, let's take a look at a simple example: