We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UINavigationBar 想要设置背景图片,但是没有方法,没法使用tintcolor
The text was updated successfully, but these errors were encountered:
- (TXSakura2DUIntBlock)tx_sakuraNavigationBarImageWithName:(NSString *)name { return ^TXSakura *(NSString *path, NSUInteger state){ return [self send2DMsgObjectAndIntWithName:name keyPath:path integ:state selTail:@"forBarMetrics:" argType:kTXSakuraArgImage valueBlock:^NSObject *(NSString *keyPath) { return [TXSakuraManager tx_imageWithPath:keyPath]; }]; }; }
I add a method like this in TXSakura Class. It's a lazy way to change image.And you can define more property but not give the const value.
TXSakura
Sorry, something went wrong.
No branches or pull requests
UINavigationBar 想要设置背景图片,但是没有方法,没法使用tintcolor
The text was updated successfully, but these errors were encountered: