[Code Note] Loading, code note

Source: Internet
Author: User

[Code Note] Loading, code note

I ,.

Ii. Code.

-(Void) viewDidLoad {[super viewDidLoad]; // Do any additional setup after loading the view. [self showFooter: YES];}-(void) showFooter :( BOOL) showFooter {NSLog (@ "pull up Refresh: load more views"); if (! LoadMoreView) {loadMoreView = [[UIView alloc] init]; // load control UIActivityIndicatorView * activeView = [[UIActivityIndicatorView alloc] partial: partial]; [activeView setFrame: CGRectMake (110, 10, 30, 30)]; [activeView setBackgroundColor: [UIColor clearColor]; [loadMoreView addSubview: activeView]; [activeView startAnimating]; // text UILabel * loadLabel = [[UILabel all Oc] initWithFrame: CGRectMake (140, 10,150, 30)]; [loadLabel setTextAlignment: NSTextAlignmentLeft]; [loadLabel setText: @ "loading"]; [loadLabel setTextColor: [UIColor colorWithRed: 150/255. 00 green: 150/255. 00 blue: 150/255. 00 alpha: 1.0]; [loadLabel setBackgroundColor: [UIColor clearColor]; [loadMoreView addSubview: loadLabel];} [loadMoreView setFrame: CGRectMake (0, 60,320,100)]; [loadMoreView setBackgrou NdColor: [UIColor clearColor]; if (! LoadMoreView. superview) {[self. view addSubview: loadMoreView];} if (showFooter) {[loadMoreView setAlpha: 1];} else {[loadMoreView setAlpha: 0];}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.