简体   繁体   中英

Using Wordpress ios editor(written in objective-c) in swift project

I'm trying to use Wordpress-iOS-Editor (written in obj-c) in my SWIFT project. I've managed to install the Wordpress-iOS-Editor Pods and I made a bridge file to connect it with swift project and now I can call any method or function from the Pods in my swift project.

The problem is HOW TO IMPLEMENT the editor in my swift project with the use of Wordpress-iOS-Editor Pods (library) that I already added. (I don't know which methods and how should I use them.)

项目结构

In Podfile:

use_frameworks!

In source:

import WordPressEditor

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM