[badge_ drawInRect:rect];
}
- if (highlighted)
+ if (highlighted && kCFCoreFoundationVersionNumber < 800)
UISetColor(White_);
if (!highlighted)
[badge_ drawInRect:rect];
}
- if (highlighted)
+ if (highlighted && kCFCoreFoundationVersionNumber < 800)
UISetColor(White_);
if (!highlighted)
[icon_ drawInRect:CGRectMake(8, 7, 32, 32)];
- if (highlighted)
+ if (highlighted && kCFCoreFoundationVersionNumber < 800)
UISetColor(White_);
float width(rect.size.width);
[icon_ drawInRect:rect];
}
- if (highlighted)
+ if (highlighted && kCFCoreFoundationVersionNumber < 800)
UISetColor(White_);
if (!highlighted)