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