網頁

2012年8月21日 星期二

UIProgressView

.m

    //progressView
    progressView = [[UIProgressView alloc] initWithProgressViewStyle:UIProgressViewStyleDefault];
    progressView.frame = CGRectMake(30, 80, 150, 9);
    progressView.center = CGPointMake(200 , 100 );
    [self.view addSubview: progressView];

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。