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

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

YXSpritesLoadingViewDemo

 2014/10/27 16:21:52  粉粉色  程序员俱乐部  我要评论(0)
  • 摘要:效果图:工程图:要加入第三方库文件YXSpritesLoadingView。RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[YXSpritesLoadingViewshowWithText:@"success"andShimmering:NOandBlurEffect:NO];}源代码地址:http://url.cn/SymIhM
  • 标签:view

效果图:

工程图:

要加入第三方库文件YXSpritesLoadingView。

 

RootViewController.m

//点击任何处,弹出提示
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
     [YXSpritesLoadingView showWithText:@"success" andShimmering:NO andBlurEffect:NO];
}

 

源代码地址:http://url.cn/SymIhM

上一篇: VS一个解决方案HoverTree包含多个项目 下一篇: 没有下一篇了!
发表评论
用户名: 匿名