源代码地址:http://url.cn/TcOfZ9
效果图:
工程图:
注意此代码要加入第三方库GmailLikeLoading。
RootViewController.m
//点击任何处,弹出提示 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { view = [[GmailLikeLoadingView alloc] initWithFrame:CGRectMake(135, 150, 50, 50)]; [self.view addSubview:view]; [view startAnimating]; }