TSPopover
UIPopover like UI (with ActionSheet) for iPhone - there is lot's of work still to do.
Screenshots
Require
- iOS 5 -
- ARC
- Add the QuartzCore framework to your project.
Usage
(see sample Xcode project in /Demo
)
Customize
- background color
- background gradiation (on / off)
- corner radius
- arrow position (Vertical / Horizontal)
- title text
- title text color
- title text font
ToDo
- Support iOS 4.2
Changelog
- 06/11/2012 Added Landscape mode.
- 06/10/2012 Added method for open popover from tableview cell.
- 05/21/2012 Added TSActionSheet