Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed README #96

Merged
merged 2 commits into from Apr 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions README.rst
Expand Up @@ -37,10 +37,12 @@ URLs
* http://chrismiles-tech.blogspot.com/2011/05/cmpoptipview-new-animation-option.html

Used in apps:

* River Level http://itunes.apple.com/au/app/river-level/id356158594?mt=8
* The Happiest Hour http://itunes.apple.com/au/app/the-happiest-hour/id414453120?mt=8
* I-Sea http://www.i-sea.no/
* Petunia https://itunes.apple.com/us/app/petunia/id716806296?mt=8
* Sitecity https://itunes.apple.com/us/app/sitecity/id925455900
* *Many many more apps*
* *Your app here ...?*

Expand Down Expand Up @@ -106,6 +108,38 @@ Example 2 - pointing at a UIButton, with custom color scheme::
self.roundRectButtonPopTipView = nil;
}

Available Options
-----

* **id < CMPopTipViewDelegate >** delegate
* **UIColor** *backgroundColor
* **BOOL** disableTapToDismiss
* **BOOL** dismissTapAnywhere
* **NSString** *title
* **NSString** *message
* **UIView** *customView
* **id** targetObject
* **UIColor** *titleColor
* **UIFont** *titleFont
* **UIColor** *textColor
* **UIFont** *textFont
* **NSTextAlignment** titleAlignment
* **NSTextAlignment** textAlignment
* **BOOL** has3DStyle
* **UIColor** *borderColor
* **CGFloat** cornerRadius
* **CGFloat** borderWidth
* **BOOL** hasShadow
* **CMPopTipAnimation** animation
* **CGFloat** maxWidth
* **PointDirection** preferredPointDirection
* **BOOL** hasGradientBackground
* **CGFloat** sidePadding
* **CGFloat** topMargin
* **CGFloat** pointerSize
* **CGFloat** bubblePaddingX
* **CGFloat** bubblePaddingY


ARC
---
Expand Down