UIActionSheet和UIProgressView的组合
生活随笔
收集整理的這篇文章主要介紹了
UIActionSheet和UIProgressView的组合
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
- (void) incrementBar: (id) timer {amountDone += 1.0f;[progressView setProgress: (amountDone / 20.0)];if (amountDone > 20.0){[self.actionSheet dismissWithClickedButtonIndex:0 animated:YES];self.actionSheet = nil;[timer invalidate];} }// Load the progress bar onto an actionsheet backing -(void) action: (UIBarButtonItem *) item {amountDone = 0.0f;self.actionSheet = [[[UIActionSheet alloc] initWithTitle:@"Downloading data. Please Wait\n\n\n" delegate:nil cancelButtonTitle:nil destructiveButtonTitle: nil otherButtonTitles: nil] autorelease];progressView = [[UIProgressView alloc] initWithFrame:CGRectMake(0.0f, 40.0f, 220.0f, 90.0f)];[progressView setProgressViewStyle: UIProgressViewStyleDefault];[actionSheet addSubview:progressView];[progressView release];// Create the demonstration updates[progressView setProgress:(amountDone = 0.0f)];[NSTimer scheduledTimerWithTimeInterval: 0.35 target: self selector:@selector(incrementBar:) userInfo: nil repeats: YES];[actionSheet showInView:self.view];progressView.center = CGPointMake(actionSheet.center.x, progressView.center.y); } 效果如下:
轉載于:https://my.oschina.net/u/936286/blog/131216
總結
以上是生活随笔為你收集整理的UIActionSheet和UIProgressView的组合的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 保价金额是什么意思
- 下一篇: 买了基金怎么查看份额 注意买入时间的选