html editor for ios,GitHub - wordpress-mobile/AztecEditor-iOS at 1.10.1

Aztec for iOS: Native HTML Editor

2c1334289fe2bf49305a297d32c5ddc2.png

68747470733a2f2f636972636c6563692e636f6d2f67682f776f726470726573732d6d6f62696c652f417a746563456469746f722d694f532e7376673f7374796c653d737667

68747470733a2f2f696d672e736869656c64732e696f2f636f636f61706f64732f762f576f726450726573732d417a7465632d694f532e7376673f7374796c653d666c6174

68747470733a2f2f696d672e736869656c64732e696f2f636f636f61706f64732f6c2f576f726450726573732d417a7465632d694f532e7376673f7374796c653d666c6174

68747470733a2f2f696d672e736869656c64732e696f2f636f636f61706f64732f702f576f726450726573732d417a7465632d694f532e7376673f7374796c653d666c6174

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:

Open your project, head to Build Settings for your target and add $(SDKROOT)/usr/include/libxml2/ to your Header Search Paths.

Go to Build Phases > Link Binary With Libraries and add Aztec.framework.

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.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值