Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takashisite/TSPopover
- Owner: takashisite
- License: other
- Archived: true
- Created: 2012-05-14T13:46:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T12:44:39.000Z (over 9 years ago)
- Last Synced: 2023-11-07T15:15:21.217Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 920 KB
- Stars: 318
- Watchers: 28
- Forks: 70
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - TSPopover - UIPopover like UI for iPhone (etc)
- awesome - TSPopover - UIPopover like UI for iPhone (etc)
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