add remarks for iOS tutorial

This commit is contained in:
StevenPuttemans 2015-02-20 14:28:03 +01:00
parent 7b270f4c69
commit ea54c01125

View File

@ -51,3 +51,11 @@ Output
------
![](images/output.png)
Changes for XCode5+ and iOS8+
-----------------------------
With the newer XCode and iOS versions you need to watch out for some specific details
- The *.m file in your project should be renamed to *.mm.
- You have to manually include AssetsLibrary.framework into your project, which is not done anymore by default.