在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Yu-w/WYMaterialButton开源软件地址(OpenSource Url):https://github.com/Yu-w/WYMaterialButton开源编程语言(OpenSource Language):Objective-C++ 36.8%开源软件介绍(OpenSource Introduction):WYMaterialButtonInspired by Google Material Design, written purely in Swift 3.WYMaterialButton implemented Material Design on iOS and add more dynamic motions, allowing iOS buttons to be more responsive and interactive. Integrated with Spring animations and enhanced by Facebook's POP, WYMaterialButton is super animated and programmer-friendly. All settings can be customized in storyboard inspector. InstallationCocoaPods.WYMaterialButton is available throughTo install via CocoaPods add this lines to your Podfile use_frameworks!
pod "WYMaterialButton" Note: Due to CocoaPods/CocoaPods#4420 issue there is problem with compiling project with Xcode 7.1 and CocoaPods v0.39.0. However there is a temporary workaround for this: Add next lines to the end of your Podfile post_install do |installer|
`find Pods -regex 'Pods/pop.*\\.h' -print0 | xargs -0 sed -i '' 's/\\(<\\)pop\\/\\(.*\\)\\(>\\)/\\"\\2\\"/'`
end Or download the git repositorygit clone https://github.com/yuwang17/WYMaterialButton.git Drag Then import the module in your file import WYMaterialButton If you're Objective-C user, please include the header file #import "WYMaterialButton-Swift.h" Usage
c Specification
Demo
git clone https://github.com/yuwang17/WYMaterialButton.git
cd WYMaterialButton/Example
open WYMaterialButton.xcworkspace
Supported OS & SDK Versions
CreditsSpring: subclass @Mengto's Spring framework for supporting additional animations and quick settings in the button. POP: Facebook's animation framework for simulating the bounce effect. Material Design: animation idea and effects come from Google's material design concept. LicenseWYMaterialButton is available under the MIT License, see LICENSE for more infomation. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论