Aspose.Tasks Cloud SDK for Objective C (iOS) allows you to incorporate Aspose.Tasks Cloud services in your iOS applications quickly and easily. CocoaPods is the recommended way to add AsposeTasksCloud to your project. 1. Add a pod entry for AsposeTasksCloud to your Podfile Code Block |
---|
pod 'AsposeTasksCloud'
|
2. Install the pod(s) by running 3. Include AsposeTasksCloud wherever you need it with Code Block |
---|
#import "ASPTasksApi.h"
|
Direct Method - Download the latest code version from GitHub repository.
- Open your project in Xcode, then drag and drop tasks folder onto your project (use the “Product Navigator view”). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
Include AsposeTasksCloud wherever you need it with Code Block |
---|
#import "ASPTasksApi.h"
|
Info |
---|
| Complete source code of Aspose.Tasks Cloud SDK for Objective C (iOS) is available on GitHub. |
Info |
---|
| Please see the Aspose.Tasks Cloud SDK for Objective C (iOS) Examples here. |
|