I can't implement the delegate. Did I do something wrong?
And another question..
It appears to not response when I click on the media(the first button of tool bar). Do I need to do the uploading media part by myself? Or it is done already.. But Why it does not response while other button perform well.
Hi, I am using swift3. Could anyone give me a hand?
import UIKit import WordPressEditor
class PostNewsViewController: WPEditorViewController, WPEditorViewControllerDelegate {
I can't implement the delegate. Did I do something wrong?
And another question.. It appears to not response when I click on the media(the first button of tool bar). Do I need to do the uploading media part by myself? Or it is done already.. But Why it does not response while other button perform well.