This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 77 */
88@property (nonatomic , strong ) UIColor *lineColor UI_APPEARANCE_SELECTOR;
99
10+ /* *
11+ The color for the action bar background.
12+ */
13+ @property (nonatomic , strong ) UIColor *barBackgroundColor UI_APPEARANCE_SELECTOR;
14+
1015/* *
1116 Adds the given button to the left side of the bar
1217
Original file line number Diff line number Diff line change @@ -83,6 +83,16 @@ - (UIStackView *)stackView
8383
8484#pragma mark - public methods
8585
86+ - (UIColor *)barBackgroundColor
87+ {
88+ return self.backgroundColor ;
89+ }
90+
91+ - (void )setBarBackgroundColor : (UIColor *)barBackgroundColor
92+ {
93+ self.backgroundColor = barBackgroundColor;
94+ }
95+
8696- (UIColor *)lineColor
8797{
8898 return self.lineView .backgroundColor ;
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "WPMediaPicker"
3- s . version = "1.6.0 "
3+ s . version = "1.6.1-beta.1 "
44 s . summary = "WPMediaPicker is an iOS controller that allows capture and picking of media assets."
55 s . description = <<-DESC
66 WPMediaPicker is an iOS controller that allows capture and picking of media assets.
You can’t perform that action at this time.
0 commit comments