2014-02-13 2 views
0

은 내가 UITableViewCell 내부IOS 7 UIProgressView 색상

UIProgressView *progressView 

있습니다. 내가 UIActionSheet 팝업 때 :

UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:nil]; 

    [actionSheet addDestructiveButtonWithTitle:@"Delete" block:^(UIActionSheet *actionSheet, NSInteger buttonIndex) { 
    }]; 

    [actionSheet addCancelButtonWithTitle:@"Cancel" block:^(UIActionSheet *actionSheet, NSInteger buttonIndex) {}]; 

    [actionSheet showFromTabBar:self.tabBarController.tabBar]; 

progressView 변화는 회색으로 파란색의 색상입니다. 어떻게 해결할 수 있을지 궁금하십니까?

+0

'tintColor'를 설정했습니다. – n00bProgrammer

+0

UIActionSheet가 닫힐 때마다? – MTA

답변

1

UIProgressView를 들어, blueColor 기본 progressTintColor이며, grayColor 기본 trackTintColor입니다. 진행률을 1.0f에서 0.0f로 변경했거나 tableview를 다시로드 했습니까?