Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ProudOfZiggy/SIFloatingCollection_Swift
iOS Swift framework for creating user interface like apple music genre selection bubbles
https://github.com/ProudOfZiggy/SIFloatingCollection_Swift
applemusic bubble bubbles ios physics spritekit swift
Last synced: 3 months ago
JSON representation
iOS Swift framework for creating user interface like apple music genre selection bubbles
- Host: GitHub
- URL: https://github.com/ProudOfZiggy/SIFloatingCollection_Swift
- Owner: ProudOfZiggy
- License: mit
- Created: 2015-08-15T08:17:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T02:59:44.000Z (about 2 years ago)
- Last Synced: 2024-07-18T23:39:04.720Z (4 months ago)
- Topics: applemusic, bubble, bubbles, ios, physics, spritekit, swift
- Language: Swift
- Homepage:
- Size: 124 KB
- Stars: 451
- Watchers: 13
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIFloatingCollection.Swift
SIFloatingCollection is a component that provides logic similar to Apple Music genres selection.
It uses SpriteKit to simulate physics similar to Apple Music genres selection bubbles. It's customizable, so you can create any floating shapes (triangles, squares or any other crazy form) containing any other SKNode instances.
To get animations, logic and almost exact physics as Apple Music has you can use code from example. Otherwise you can create any animations and logic you want based on abstractions of this component.
![Preview](http://media.giphy.com/media/3oEdv8UHKz9l788J4Q/giphy.gif)
## Installation for Swift 3
[CocoaPods](http://cocoapods.org)
```ruby
pod 'SIFloatingCollection'
```## Installation for Swift 2.x
[CocoaPods](http://cocoapods.org)
```ruby
pod 'SIFloatingCollection', '2.1'
```