Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

系统类的功能扩展和一些常用的控件封装。文档地址:https://xaoxuu.com/wiki/axkit

License

NotificationsYou must be signed in to change notification settings

xaoxuu/AXKit

Repository files navigation

  

Installation

You can find detailed documentation here:https://xaoxuu.com/wiki/axkit/.

You can install it in any of the following three ways:

1. Cocoapods

  1. Addpod 'AXKit' to your Podfile.
  2. Runpod install orpod update .
  3. Import<AXKit/AXKit.h> .

2. Framework

  1. Download all the files in theAXKit subdirectory.
  2. Add theAXKit/Products/AXKit.framework to your Xcode project.
  3. Add-ObjC toOther Linker Flags in/target/Build Setting .
  4. Import<AXKit/AXKit.h> .

3. Manually

  1. Download all the files in theAXKit subdirectory.
  2. DeleteAXKit/Info.plist and add theAXKit/* to your Xcode project.
  3. Import"AXKit.h" .

Example

You can find example applications in ourlatest release , demonstrating how to use functions of AXKit.

License

AXKit is available under the MIT license. See the LICENSE file for more info.

安装

你可以在这里查看详细的文档:https://xaoxuu.com/wiki/axkit/

你可以使用以下三种方式中的任意一种方式进行安装:

1. CocoaPods 方式

  1. 在Podfile中添加pod 'AXKit'
  2. 执行pod install 或者pod update
  3. 导入头文件<AXKit/AXKit.h>

2. 静态库方式

  1. 下载所有源码。
  2. AXKit/Products/AXKit.framework 添加到项目中。
  3. 如果项目中第一次使用静态库,需要在target的Build Setting中搜索Other Linker FlagsOther Linker Flags添加-ObjC
  4. 导入头文件<AXKit/AXKit.h>

3. 手动导入

  1. 下载所有源码。
  2. 删除AXKit 文件夹下的Info.plist 文件,并把AXKit 文件夹所有源码拖入项目中。
  3. 导入头文件"AXKit.h"

示例程序

你可以在我们最新发布版本 中找到示例应用程序,演示如何使用AXKit的各种功能。

许可证

AXKit 使用 MIT 许可证,详情见 LICENSE 文件。

About

系统类的功能扩展和一些常用的控件封装。文档地址:https://xaoxuu.com/wiki/axkit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2026 Movatter.jp