簡體   English   中英

如何在iOS中使用Aviary SDK

[英]How to work with Aviary SDK in iOS

我想創建一個圖像編輯應用程序,並且正在使用Aviary,但找不到有關Aviary的任何教程,這就是為什么我在使用它時遇到問題。

是否有有關如何使用Aviary SDK for iOS的教程?

我正在閱讀本文檔 ,但是有沒有任何教程可以輕松顯示該怎么做?

只需創建一個鳥舍對象:

AFPhotoEditorController *e = [[AFPhotoEditorController alloc] initWithImage:IMAGE];

[e setDelegate:self];

[self presentModalViewController:e animated:YES];

然后實現Finished&Canceled Delegate方法:

- (void)photoEditor:(AFPhotoEditorController *)editor finishedWithImage:(UIImage *)image

- (void)photoEditorCanceled:(AFPhotoEditorController *)editor

祝好運!

以下是一個鏈接,其中包含有關如何使用Aviary網站上的Aviary SDK的詳細說明:

航空SDK文檔

我希望這能幫到您。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM