Skip to content

Commit

Permalink
#modify deprecated nn_tintColor
Browse files Browse the repository at this point in the history
  • Loading branch information
amisare committed Nov 21, 2018
1 parent 44fe171 commit d2df3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NNNavigationBar/TintColor/NNNavigationBarTintColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

@protocol NNNavigationBarTintColor <NSObject>

@property (nonatomic, strong) UIColor *nn_tintColor;
@property (nonatomic, strong) UIColor *nn_tintColor NS_DEPRECATED_IOS(1_0, 2_0, "Although the effect is achieved, there is a bug that cannot be solved. You can try to use UINavigationItem at each viewController to achieve the demand, also see: https://github.com/amisare/NNNavigationBar/issues/5#issuecomment-439857192");

@end

0 comments on commit d2df3a3

Please sign in to comment.