Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.09 KB

readme.md

File metadata and controls

44 lines (29 loc) · 1.09 KB

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