https://github.com/fanta1ty/ttouchanimatedbutton
TTouchAnimatedButton is a simple and flexible animation component fully written in Swift. TTouchAnimatedButton is developed to make user feel button click becomes more vivid and realistic.
https://github.com/fanta1ty/ttouchanimatedbutton
animated animation button cocoapods framework ios ios9 pod swift swift5 uikit
Last synced: 4 months ago
JSON representation
TTouchAnimatedButton is a simple and flexible animation component fully written in Swift. TTouchAnimatedButton is developed to make user feel button click becomes more vivid and realistic.
- Host: GitHub
- URL: https://github.com/fanta1ty/ttouchanimatedbutton
- Owner: fanta1ty
- License: mit
- Created: 2022-08-03T07:24:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T08:01:06.000Z (about 2 years ago)
- Last Synced: 2025-02-28T19:03:17.495Z (5 months ago)
- Topics: animated, animation, button, cocoapods, framework, ios, ios9, pod, swift, swift5, uikit
- Language: Swift
- Homepage:
- Size: 286 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TTouchAnimatedButton
TTouchAnimatedButton is a simple and flexible animation component fully written in Swift. TTouchAnimatedButton is developed to make user feel button click becomes more vivid and realistic.
[](https://developer.apple.com/swift/)
[](https://cocoapods.org/pods/TTouchAnimatedButton)
[](https://cocoapods.org/pods/TTouchAnimatedButton)
[](https://cocoapods.org/pods/TTouchAnimatedButton)
[]([email protected])## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
### From CocoaPods
`TTouchAnimatedButton` is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'TTouchAnimatedButton'
```Second, install `TProgressHUD` into your project:
```ruby
pod install
```
### Swift Package
`TTouchAnimatedButton` is designed for Swift 5. To depend on the logging API package, you need to declare your dependency in your `Package.swift````swift
.package(url: "https://github.com/fanta1ty/TTouchAnimatedButton.git", brand: "master"),
```## Usage
```swift
import TTouchAnimatedButton
```Just initial ``TTouchAnimatedButton`` to use, and you get the animation attachment.
```swift
let animatedButton = TTouchAnimatedButton()
```
## Requirements
- iOS 11.0+
- Swift 5## Author
fanta1ty, [email protected]
## License
TTouchAnimatedButton is available under the MIT license. See the LICENSE file for more info.