Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monyschuk committed Nov 18, 2013
1 parent 1c652cd commit 21f61af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To learn how to use LITabControl, run the LITabControl project in Xcode. LIAppDe

To respond to tab clicks - set LITabControl's target and action properties, or listen for LITabControlDidChangeSelectionNotification notifications.

To respond to requests to add new tabs, set LITabControl's addTarget and addAction properties. Your method used to add a tab should behave like this:
To add new tabs, set LITabControl's addTarget and addAction properties. Your method used to add a tab should behave like this:

```
- (IBAction)addTab:(id)sender {
Expand Down

0 comments on commit 21f61af

Please sign in to comment.