GmailLikeLoadingDemo_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > GmailLikeLoadingDemo

GmailLikeLoadingDemo

 2014/10/28 11:41:42  粉粉色  程序员俱乐部  我要评论(0)
  • 摘要:源代码地址:http://url.cn/TcOfZ9效果图:工程图:注意此代码要加入第三方库GmailLikeLoading。RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{view=[[GmailLikeLoadingViewalloc]initWithFrame:CGRectMake(135,150,50,50)];[self
  • 标签:Gmail

 

源代码地址: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];
}

 

发表评论
用户名: 匿名