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
The MIT License (MIT) Copyright (c) 2013
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.