Update update view to be more iOS 6 like

Not completely finished yet
This commit is contained in:
Andreas Linde
2012-10-22 01:08:26 +02:00
parent 1eb68fece6
commit aee5c4adda
7 changed files with 94 additions and 138 deletions

View File

@@ -33,9 +33,23 @@
/**
The UIBarStyle of the update user interface navigation bar.
Default is UIBarStyleBlackOpaque
@see tintColor
*/
@property (nonatomic, assign) UIBarStyle barStyle;
/**
The tint color of the update user interface navigation bar.
The tintColor is used by default, you can either overwrite it `tintColor`
or define another `barStyle` instead.
Default is RGB(25, 25, 25)
@see barStyle
*/
@property (nonatomic, retain) UIColor *tintColor;
/**
The UIModalPresentationStyle for showing the update user interface when invoked
with the update alert.