Skip to content

Commit

Permalink
Added links to m files in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Jan 17, 2012
1 parent 7e0728c commit f3ab52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Step 3: Implement UAModalPanel

**Subclass UAModalPanel**

The best way to use the panel is to subclass it and add your own elements to the `contentView`. To get a plain modal panel, subclass `UAModalPanel`. To get a titled modal panel, subclass `UATitledModalPanel`. Check out the example project for a sample subclass, `UAExampleModalPanel`
The best way to use the panel is to subclass it and add your own elements to the `contentView`. To get a plain modal panel, subclass [UAModalPanel](https://github.com/coneybeare/UAModalPanel/blob/master/UAModalPanel/UAModalPanel.h) . To get a titled modal panel, subclass [UATitledModalPanel](https://github.com/coneybeare/UAModalPanel/blob/master/UAModalPanel/UATitledModalPanel.h). Check out the example project for a sample subclass, [UAExampleModalPanel](https://github.com/coneybeare/UAModalPanel/blob/master/UAModalPanel/UAExampleModalPanel.h)

**Add UAModalPanel to a View Controller**

Expand All @@ -70,7 +70,7 @@ UAModalPanel knows how to close itself, but if you want more control, read on.

**Optional Event Handling**

You can optionally implement either the `UAModalPanelDelegate` methods for callbacks and validations...
You can optionally implement either the UAModalPanelDelegate methods for callbacks and validations...

````objective-c
// Optional: This is called before the open animations.
Expand Down

0 comments on commit f3ab52c

Please sign in to comment.