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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T12:44:39.000Z (about 10 years ago)
- Last Synced: 2024-11-05T11:53:07.365Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 920 KB
- Stars: 316
- Watchers: 27
- Forks: 68
- 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





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