# RButton **Repository Path**: roycms/RButton ## Basic Information - **Project Name**: RButton - **Description**: RButton 点击按钮的动画效果 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-02 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RButton RButton 点击按钮的动画效果 ## install ``` pod 'RButton' pod install RButton ``` ``` add RButtonClass/* project ``` ## import file ``` #import "RButton.h" ``` ## use ``` RButton *button = [[RButton alloc]init]; ```