Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Jan 11, 2012
1 parent 5c6dec3 commit f7f7955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ Step 4: Customize UAModalPanel
**UANoisyGradientBackground and UAGradientBackground customizations**

// The gradient style (Linear, linear reversed, radial, radial reversed, center highlight). Default = Linear
[[(UATitledModalPanel *)self.currentPanel titleBar] setGradientStyle:UAGradientBackgroundStyleCenterHighlight];
[[(UATitledModalPanel *)self.currentPanel titleBar] setGradientStyle:UAGradientBackgroundStyleCenterHighlight];

// The line mode of the gradient view (top, bottom, both, none)
[[self.currentPanel titleBar] setLineMode:UAGradientLineModeNone];

// The noise layer opacity
[[self.currentPanel titleBar] setNoiseOpacity:0.3];

Expand Down

0 comments on commit f7f7955

Please sign in to comment.