mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update update view to be more iOS 6 like
Not completely finished yet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user