ProudOfZiggy / SIFloatingCollection_Swift

iOS Swift framework for creating user interface like apple music genre selection bubbles

Repository from Github https://github.comProudOfZiggy/SIFloatingCollection_SwiftRepository from Github https://github.comProudOfZiggy/SIFloatingCollection_Swift

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

Installation for Swift 3

CocoaPods

pod 'SIFloatingCollection'

Installation for Swift 2.x

CocoaPods

pod 'SIFloatingCollection', '2.1'

About

iOS Swift framework for creating user interface like apple music genre selection bubbles

License:MIT License


Languages

Language:Swift 96.9%Language:Ruby 3.1%