摘要:【Xcode取消某条警告】 像下面这样,把双引号“”内的内容替成实际的警告类型即可。#pragma clang diagnostic push#pragma clang diagnostic ignored "-Wunused-variable"// Your code#pragma clang ...
阅读全文
posted @ 2014-09-25 12:27
随笔 - 275, 文章 - 0, 评论 - 24, 阅读 -
56万
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
导航
搜索随笔分类 (41)随笔档案 (275)
android共享最新评论
|
09 2014 档案
摘要:【Xcode取消某条警告】 像下面这样,把双引号“”内的内容替成实际的警告类型即可。#pragma clang diagnostic push#pragma clang diagnostic ignored "-Wunused-variable"// Your code#pragma clang ...
阅读全文
posted @ 2014-09-25 12:27
摘要:一个scrollview上有几个按钮在scrollview上add 了一个单击事件 singletap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleSingleTap:)]; [singl...
阅读全文
posted @ 2014-09-18 13:57
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Powered by:
|