AztecEditor-iOS

A reusable native iOS visual HTML text editor component.

Github星跟蹤圖

Aztec for iOS: Native HTML Editor

CircleCI
Version
License
Platform

About Aztec & WordPressEditor

Aztec is a Swift library that provides a UITextView subclass with HTML visual-editing capabilities.

  • Use this library if you want to create an App that interacts with raw HTML content.

WordPressEditor is a Swift library that provides a plugin to make Aztec work with WordPress content.

  • Use this library if you want to create an App that interacts with WordPress HTML content.

Requirements

  • iOS 10 and above
  • Xcode 9.3 and above

Running the Example App

To run the Example app, you first need to make sure its dependencies are installed:

  • Make sure you have Carthage installed.
  • Using the command line:
cd Example
carthage update --platform iOS

Once Carthage finishes, you should open the file Aztec.xcworkspace from the root directory of Aztec.

Make sure the AztecExample target it selected, and press CMD + R to run it.

Integrating the Library with Carthage

Both libraries are available through Carthage. To install
it, simply add the following line to your Cartfile:

github "wordpress-mobile/AztecEditor-iOS" "1.0" # or the version number you want
github "wordpress-mobile/WordPressEditor-iOS" "1.0"

Follow these instructions to add Aztec.framework or WordPressEditor.framework to your App.

Then:

  1. Open your project, head to Build Settings for your target and add $(SDKROOT)/usr/include/libxml2/ to your Header Search Paths.
  2. Go to Build Phases > Link Binary With Libraries and add Aztec.framework.
  3. Add import Aztec to your project's source.

Integrating the Library with CocoaPods

Both libraries are available through CocoaPods. To install
them, simply add the following lines to your Podfile:

pod "WordPress-Aztec-iOS", "1.0" # or the version number you want
pod "WordPress-Editor-iOS", "1.0"

Usage

After installing Aztec, import the module and use the Aztec.TextView view as shown below:

import Aztec

// ...

let textView = Aztec.TextView(
    defaultFont: UIFont,
    defaultParagraphStyle: ParagraphStyle = ParagraphStyle.default,
    defaultMissingImage: UIImage) {

Contributing

Read our Contributing Guide to learn about reporting issues, contributing code, and more ways to contribute.

Getting in Touch

If you have questions about getting setup or just want to say hi, join the WordPress Slack and drop a message on the #mobile channel.

License

WordPress-Aztec-iOS is available under the GPLv2 license. See the LICENSE file for more info.
WordPress-Editor-iOS is available under the GPLv2 license. See the LICENSE file for more info.

主要指標

概覽
名稱與所有者wordpress-mobile/AztecEditor-iOS
主編程語言Swift
編程語言Ruby (語言數: 5)
平台
許可證Mozilla Public License 2.0
所有者活动
創建於2016-06-24 20:27:32
推送於2025-06-16 05:45:55
最后一次提交
發布數186
最新版本名稱1.20.0 (發布於 )
第一版名稱v0.9.1 (發布於 )
用户参与
星數649
關注者數33
派生數149
提交數4.6k
已啟用問題?
問題數530
打開的問題數93
拉請求數775
打開的拉請求數8
關閉的拉請求數101
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?