码迷,mamicode.com
首页 >  
搜索关键字:消消乐 bug 游戏 ios 安卓    ( 107601个结果
iOS手势处理
iOS手势处理iOS手势有着如下几种:UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecognizerUISwipeGestureRecognizerUIPanGestureRecognizerUILongPressG...
分类:移动开发   时间:2014-05-08 18:24:35    阅读次数:556
iOS 引导页
// GuideViewController.h// Created by l.h on 14-5-6.#import @interface GuideViewController : UIViewController@end //// GuideViewController.m// Cr...
分类:移动开发   时间:2014-05-08 18:17:49    阅读次数:640
iPhone 屏幕适配判断 和 iOS系统版本判断
iPhone 屏幕适配判断 和 iOS系统版本判断if([[[UIDevicecurrentDevice]systemVersion]floatValue]>=7.0) { // iOS7.0及以上版本系统适配}if([UIScreen mainScreen].bounds.size.heig...
分类:移动开发   时间:2014-05-08 18:10:07    阅读次数:393
ios后台播放
http://blog.csdn.net/l_ch_g/article/details/8566557
分类:移动开发   时间:2014-05-08 18:08:09    阅读次数:285
springboard 无法启动应用程序(错误 -3)
在Xcode上进行objective-c开发,使用ios模拟器,出现springboard 无法启动应用程序(错误 -3)解决方式:关闭iOS模拟器,然后重新运行程序。
分类:编程语言   时间:2014-05-08 17:39:53    阅读次数:4119
苹果开发者资源
苹果官方app demohttps://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code
分类:移动开发   时间:2014-05-08 15:23:08    阅读次数:328
iOS设置button上的文字和图片上下垂直/水平居中对齐
UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,90, 90);//button的frame button.backgro.....
分类:移动开发   时间:2014-05-08 15:21:38    阅读次数:404
关于iOS开发的学习
关于iOS开发的学习,打个比方就像把汽车分解:最底层的原料有塑料,钢铁再用这些底层的东西造出来发动机,座椅最后再加上写螺丝,胶水等,把汽车就拼起来了iOS基本都是英文的资料,也由于封闭,文档写的相当好。在遇到新框架的时候:弄明白框架的功能去文档里搜搜框架的ProgrammingGuide很有用要弄明...
分类:移动开发   时间:2014-05-08 15:08:36    阅读次数:471
debug
find . -xtype f -perm +111 -print0 | xargs -0 file | grep "ELF"
分类:其他好文   时间:2014-05-08 14:54:59    阅读次数:254
IE6行高(line-height)失效
i am bug .bug{height:60px;line-height:60px;background-color:#999;} .bug span{display:inline-block;width:100px;height:20px;background-color:#ff0000;v.....
分类:其他好文   时间:2014-05-08 14:47:23    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!