AURosetteView is a easy-to-use, clean and lightweight share button primary for social platforms. It looks like rosette with nice animation.
Build the included Sample app to see it in action.
Requires iPhone OS SDK 3.0 or greater.
To use AURosetteView copy the source code into your project then add a data source class for your photos. Here is how:
- Add sub module in your project:
git submodule add http://github.com/appunite/AURosetteView.git
Frameworks/AURosetteView - open Frameworks/AURosetteView
- Copy AURosetteView.xcodeproj to your project Frameworks group.
- Go to your project -> select correct target -> build phases
- Add AURosetteViewLib to your Target Dependences
- Add libAURosetteViewLib.a, QuartzCore, CoreImage and CoreGraphics to your Link Binary With Libraries
- Include <AURosetteView/AURosetteItem.h>
- Include <AURosetteView/AURosetteView.h>
- Create objects of AURosetteItem
- Create a view of AURosetteView with AURosetteItems using initWithItems
- Add AURosetteView on your view
- Implement selectors
The project is a work in progress.
- Button highlight
- Setting properties of buttons like colors and so on