AURosetteView 0.0.1

AURosetteView 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Emil Wojtaszet

AURosetteView is a easy-to-use, clean and lightweight share button primary for social platforms. It looks like rosette with nice animation.

Screenshot1

Build the included Sample app to see it in action.

Requirements

Requires iPhone OS SDK 3.0 or greater.

Using AURosetteView in Your Project

To use AURosetteView copy the source code into your project then add a data source class for your photos.  Here is how:

  1. Add sub module in your project: git submodule add http://github.com/appunite/AURosetteView.git Frameworks/AURosetteView
  2. open Frameworks/AURosetteView
  3. Copy AURosetteView.xcodeproj to your project Frameworks group.
  4. Go to your project -> select correct target -> build phases
  5. Add AURosetteViewLib to your Target Dependences
  6. Add libAURosetteViewLib.a, QuartzCore, CoreImage and CoreGraphics to your Link Binary With Libraries
  7. Include
  8. Include
  9. Create objects of AURosetteItem
  10. Create a view of AURosetteView with AURosetteItems using initWithItems
  11. Add AURosetteView on your view
  12. Implement selectors

Status

The project is a work in progress.

TO DO

  • Button highlight
  • Setting properties of buttons like colors and so on