Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takashisite/TSPopover

UIPopover like UI for iPhone
https://github.com/takashisite/TSPopover

Last synced: about 1 month ago
JSON representation

UIPopover like UI for iPhone

Awesome Lists containing this project

README

        

# TSPopover

UIPopover like UI (with ActionSheet) for iPhone - there is lot's of work still to do.

## Screenshots

![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_1.png)
![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_2.png)
![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_3.png)
![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_4.png)
![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_5.png)
![](https://github.com/takashisite/TSPopover/raw/master/Screenshots/Screenshot_6.png)

## 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