
ios开发
code_monkey
programmer。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ios7后一些开发细节
1. 隐藏status bar 一般来说,在info.plist中添加View controller-based status bar appearance 并且把值设定为NO,就可以在程序中自由控制状态栏的隐藏和显示了。 或者代码 [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatus原创 2014-03-30 12:46:04 · 581 阅读 · 0 评论 -
获取ios设备信息
获取设备firmware版本hao转载 2014-04-24 21:16:48 · 946 阅读 · 0 评论 -
游戏内引导评价实现
打开链接的话,一行代码就能实现。 [[UIApplicationsharedApplication] openURL:[NSURLURLWithString:@"http:www.baidu.com"]];原创 2014-04-24 21:06:31 · 918 阅读 · 0 评论 -
ios屏幕旋转设置
// Override to allow orientations other than the default portrait orientation. // This method is deprecated on ios6 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOr原创 2014-06-20 00:16:18 · 670 阅读 · 0 评论