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

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

ZAActivityBarDemo

 2014/10/27 16:14:11  粉粉色  程序员俱乐部  我要评论(0)
  • 摘要:效果图:工程文件:注意:需要引入第三方库ZAAcivityBar.RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[ZAActivityBarshowForAction:DEFAULT_ACTION];}源代码地址:http://url.cn/PWWfbC
  • 标签:Activity

效果图:

工程文件:

注意:需要引入第三方库ZAAcivityBar.

RootViewController.m

//点击任何处,弹出提示
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    [ZAActivityBar showForAction:DEFAULT_ACTION];
}

 

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

发表评论
用户名: 匿名