Can some one explain me what are differences of UIDocument class and NSDocument class when it comes to developing iCloud for an ios app? which one is better for file-based application?
Asked
Active
Viewed 671 times
1 Answers
3
UIDocument is on iOS NSDocument is on Mac OS

Jerome Diaz
- 1,746
- 8
- 15
-
Are you sure that we can't use NSDocument on IOS? – AmirAbbasKashani Jul 29 '13 at 11:31
-
1er, yes. look in the documentation. `The NSDocument abstract class defines the interface for OS X documents.` – Rob Glassey Jul 29 '13 at 11:57