-
Show and enable the delete button, call DELETE /api/v1/photos/{photo_eid}/ and respond in the UICollectionView accordingly.
-
Is there an option for page curl, instead of slide?
Thank you.
-
The docs for UIPageViewController explicitly say that it should not be subclassed, but that's what you did.
-
I have a question about it, i doing an app that is compatible for ios 4 and ios 5, and i see you have used ARC, but on ios 4 it's not compatible, and give me some warning, and then crashing using it o…