在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:wordpress-mobile/AztecEditor-iOS开源软件地址:https://github.com/wordpress-mobile/AztecEditor-iOS开源编程语言:Swift 97.4%开源软件介绍:Aztec for iOS: Native HTML EditorAbout Aztec & WordPressEditorAztec is a Swift library that provides a
WordPressEditor is a Swift library that provides a plugin to make Aztec work with WordPress content.
Requirements
Running the Example AppTo run the Example app, you first open the file Make sure the Integrating the Library with CarthageBoth 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 Then:
Integrating the Library with CocoaPodsBoth 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" UsageAfter installing Aztec, import the module and use the import Aztec
// ...
let textView = Aztec.TextView(
defaultFont: UIFont,
defaultParagraphStyle: ParagraphStyle = ParagraphStyle.default,
defaultMissingImage: UIImage) { ContributingRead our Contributing Guide to learn about reporting issues, contributing code, and more ways to contribute. Getting in TouchIf you have questions about getting setup or just want to say hi, join the WordPress Slack and drop a message on the LicenseAztecEditor-iOS and WordPress-Editor-iOS are open source projects covered by the Mozilla Public License Version 2.0. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论