会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
快乐开发-ios
ios开发相关知识
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2015年1月18日
android获取地理位置信息
摘要: 待续
阅读全文
posted @ 2015-01-18 22:49 我去ios
阅读(164)
评论(0)
推荐(0)
2015年1月15日
iOS代码添加UIButton
摘要: UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; [btn setFrame:CGRectMake(0, ver_start_point, 320, grid_H*3+15+matrix.frame.si...
阅读全文
posted @ 2015-01-15 18:38 我去ios
阅读(393)
评论(0)
推荐(0)
IOS手势使用
摘要: step1.h文件中声明实现step2.m文件中//单击的Recognizer UITapGestureRecognizer*singleRecognizer;singleRecognizer=[[UITapGestureRecognizeralloc]initWithTarget:selfacti...
阅读全文
posted @ 2015-01-15 17:34 我去ios
阅读(122)
评论(0)
推荐(0)
2015年1月8日
node.js 连接mysql
摘要: 待续
阅读全文
posted @ 2015-01-08 23:21 我去ios
阅读(90)
评论(0)
推荐(0)
node.js写一个json服务
摘要: 待续
阅读全文
posted @ 2015-01-08 23:05 我去ios
阅读(122)
评论(0)
推荐(0)
ubuntu下安装node.js
摘要: 待续
阅读全文
posted @ 2015-01-08 23:04 我去ios
阅读(106)
评论(0)
推荐(0)
2015年1月7日
ios8改变statusBar字体的显示颜色
摘要: ios7以后的标题栏默认风格显示式文字黑色,背景是浅色,但是很多时候我们希望是改成深色背景,白色文字的,怎么改呢在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyle...
阅读全文
posted @ 2015-01-07 17:36 我去ios
阅读(926)
评论(0)
推荐(0)
2014年12月25日
IOS下viewcontroller之间传递数据
摘要: 使用场景A中调用B页面,在B中用户做了处理后,将数据回传给A第一步,新建passValueDelegate.h #import@protocolPassSelectDelegate-(void)passValue:(NSDictionary*)value;@end第二步,第一个viewcontrol...
阅读全文
posted @ 2014-12-25 09:19 我去ios
阅读(493)
评论(0)
推荐(0)
2014年12月22日
ios下NSNotification的使用
摘要: 第一步:注册NSNotificaiton[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(func:) name:...
阅读全文
posted @ 2014-12-22 17:17 我去ios
阅读(176)
评论(0)
推荐(0)
UIAlertView笔记
摘要: 头文件:@interface MyAlertViewViewController : UIViewController {}- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;-...
阅读全文
posted @ 2014-12-22 11:17 我去ios
阅读(122)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告