`backgroundImageOperationKey` test should apply for SD_UIKIT only
This commit is contained in:
parent
2396c2e7c0
commit
3c24856541
|
@ -349,8 +349,10 @@
|
|||
return [testBundle pathForResource:@"TestImage" ofType:@"jpg"];
|
||||
}
|
||||
|
||||
#if SD_UIKIT
|
||||
- (NSString *)testBackgroundImageOperationKeyForState:(UIControlState)state {
|
||||
return [NSString stringWithFormat:@"UIButtonBackgroundImageOperation%lu", (unsigned long)state];
|
||||
}
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue