Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeahmarani committed Apr 6, 2011
1 parent a2589ae commit 2d59dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -17,7 +17,7 @@ h3. Init

h3. Anchor

It is important that the anchor be set in order to position this button. Instead of using `setFrame:` after initializing the button, simply. For now, the anchor point is the **top right** and the button is always aligned right, like the AppStore.
It is important that the anchor be set in order to position this button in the view you are adding it to (height\width of the frame are calculated automatically). For now, the anchor point is the **top right** and the button is always aligned right, like the AppStore.

<pre>
- (void)setAnchor:(CGPoint)anchor;
Expand Down

0 comments on commit 2d59dfd

Please sign in to comment.