objective c - Ios Adobe Creative Sdk Customization -


i have integrated adobe creative sdk (image editor) in ios application.and wanted add own features editor such want add own stickers sticker header.i have explored found nothing.my code is

@ibaction func btnbrowseaction(_ sender: uibutton) {     let editorcontroller = adobeuximageeditorviewcontroller (image:  uiimage (named: "3_1_greeting_screen_landscap_1.jpg")!)     let editorcustomzation =        adobeimageeditorcustomization.settoolorder([_kafstickers(),_kafframes() any])      self.present(editorcontroller, animated: true, completion: nil)      editorcontroller.delegate = self }  func photoeditor(_ editor: adobeuximageeditorviewcontroller,  finishedwith image: uiimage?) {      self.dismiss(animated: true, completion: nil)     imagevieww.image = image }  func photoeditorcanceled(_ editor: adobeuximageeditorviewcontroller) {     self.dismiss(animated: true, completion: nil) } 

is there way this? please suggest me.


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

c++ - Fill runtime data at compile time with templates -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -