Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```