• This repository has been archived on 07/Apr/2023
  • Stars
    star
    316
  • Rank 132,587 (Top 3 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 12 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

UIPopover like UI for iPhone

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