|
@@ -119,7 +119,7 @@
|
|
|
|
|
|
- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView
|
|
- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView
|
|
{
|
|
{
|
|
- return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"loadNoRecord"] multiplier:2 color:[NCBrandColor sharedInstance].graySoft];
|
|
|
|
|
|
+ return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"load"] multiplier:2 color:[NCBrandColor sharedInstance].graySoft];
|
|
}
|
|
}
|
|
|
|
|
|
- (NSAttributedString *)titleForEmptyDataSet:(UIScrollView *)scrollView
|
|
- (NSAttributedString *)titleForEmptyDataSet:(UIScrollView *)scrollView
|