remove todo for something I already fixed.

This commit is contained in:
Jeremy Ellison
2011-01-19 14:08:01 -05:00
parent 8021687bb6
commit 723653585b

View File

@@ -15,7 +15,7 @@ static NSInteger const kProgressViewTag = 67;
@implementation UIViewController (RKLoading)
- (void)requestDidStartLoad:(RKRequest*)request {
UIView* overlayView = [self.view viewWithTag:kOverlayViewTag]; // TODO: Need constant for tags...
UIView* overlayView = [self.view viewWithTag:kOverlayViewTag];
if (overlayView == nil) {
overlayView = [[TTActivityLabel alloc] initWithFrame:self.view.bounds style:TTActivityLabelStyleBlackBox text:@"Loading..."];
overlayView.backgroundColor = [UIColor blackColor];