在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):yahoo/AppDevKit开源软件地址(OpenSource Url):https://github.com/yahoo/AppDevKit开源编程语言(OpenSource Language):Objective-C 98.8%开源软件介绍(OpenSource Introduction):AppDevKitAppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. Yahoo’s Taiwan based iOS app development team has been using this development kit for the past three years, and we plan future apps to use AppDevKit as well. Our use of this code in many apps helped improve its stability and utility. We find these libraries help address some incompatibility issues found in different iOS versions, and overall make app development easier and our apps operate more consistently. AppDevKit has five major parts that include command, user interfaces, animations, image view, and list view support libraries. AppDevKit could be installed by CocoaPods. Please feel welcome to use AppDevKit in your iOS projects as it is licensed under the permissive open source BSD license. You can help contribute improvements to this project too. If you have suggestions, corrections, or enhancements, please send us a pull request. If you have questions for the team, you can contact [email protected] directly, or the core team at [email protected]. Thank you for checking this out. UsageInstallation with CocoaPodsThe easiest way to leverage AppDevKit is using CocoaPods. Please edit your Podfile like this: source 'https://github.com/CocoaPods/Specs.git' pod 'AppDevKit' AppDevKit has 5 sub-pods. They're AppDevCommonKit, AppDevUIKit, AppDevAnimateKit, AppDevImageKit and AppDevListViewKit. If you don't want to install whole package, you could pick sub-library and use CocoaPods to install it. For example: source 'https://github.com/CocoaPods/Specs.git' # Only insatll image kit in AppDevKit pod 'AppDevKit/AppDevImageKit' Basic UsageUsing this develop kit is very simple. First at all, import it in your any code file or just put it in prefix file (
Common Tools
UI Tools
Animation Tools - UIView+ADKAnimationMacro > Gives some simple animation behavior for specific Image Tools - UIImage+ADKColorReplacement > Supports color changing / replacement feature on
ListView Tools
Camera Tools
Instruction
LicenseThis software is free to use under the Yahoo! Inc. BSD license. See the LICENSE for license text and copyright information. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论