Skip to content

Commit

Permalink
[UIKit] Corrected availability of -[UIImage _flatImageWithColor:]
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart authored Dec 27, 2022
1 parent 9a50a89 commit 03c20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit/UIImage+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FOUNDATION_EXPORT UIImage *_UIImageWithName(NSString *name);

- (instancetype)_applicationIconImageForFormat:(MIIconVariant)format precomposed:(BOOL)precomposed scale:(CGFloat)scale;

- (instancetype)_flatImageWithColor:(UIColor *)color;
- (instancetype)_flatImageWithColor:(UIColor *)color API_AVAILABLE(ios(7.0));

- (BOOL)writeToCPBitmapFile:(NSString *)filename flags:(NSInteger)flags; // TODO: make this an enum

Expand Down

0 comments on commit 03c20cc

Please sign in to comment.