码迷,mamicode.com
首页 >  
搜索关键字:ios    ( 55899个结果
ios发送邮件
ios发送邮件...
分类:移动开发   时间:2014-10-05 11:33:08    阅读次数:154
[ios]
brain.h#import @interface OrdinaryCalculatorBrain : NSObject-(void)pushOperation:(NSString *)operation; // + - * /-(void)pushOperand:(double)operand;-...
分类:移动开发   时间:2014-10-05 10:58:18    阅读次数:308
【iOS】Swift中扩展extension与协议protocol
一起连带前面几篇Playground小结代码都转到github上了。Swift语法主要部分差不多就这些了。当然还有泛型、运算符重载、ARC、闭包之类的补充。 一、扩展(extension) 扩展 extension(类似OC中的分类, 但Swift中没有名字), 即使在没有权限获取到原始代码的情况下, 为类增加新功能. 注意: 只要定义了扩展, 那么该扩展对该类的实例都是可用的....
分类:移动开发   时间:2014-10-05 09:24:58    阅读次数:265
iOS 调用地图导航
注意:本文章下的代码有个别变量未知,所以是不能直接跑通的,我也是转别人的在IOS6.0系统后,兼容iOS5.0与iOS6.0地图导航,需要分两个步骤#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersio...
分类:移动开发   时间:2014-10-05 02:18:17    阅读次数:497
怎么入门iOS之OC_UI晋级学什么、
知道怎么入门iOS么、 知道自己什么阶段应该干什么么? 知道怎么去寻找自己的方向么? 那就看一下这篇文章。
分类:移动开发   时间:2014-10-04 22:31:17    阅读次数:213
Chapter 19 Subclassing UITableViewCell
Chapter 19 Subclassing UITableViewCell1. iOS provides a convenient suite of functions to create offscreen contexts and produce images from them. To cr...
分类:其他好文   时间:2014-10-04 22:21:17    阅读次数:208
How to Start a New Cocos2d-x Game for version 3.0
This documentation will show you how to usecocos consoleto create and run a new project.Runtime RequirementsAndroid 2.3+iOS 5.0+OS X 10.7+Windows 7+Ub...
分类:其他好文   时间:2014-10-04 21:40:47    阅读次数:272
探索WebKit内核(一)------ 菜鸟起步
为什么搞WebKit如今研究WebKit的人越来越多,俺不能免俗,也增加当中。WebKit的火爆也是得益于浏览器和WebOS的混战,随着Palm WebOS, Chrome OS, Firefox OS和Ubuntu Mobile相继公布,WebOS逐渐成为Android和IOS之外的第三世界,而W...
分类:Web程序   时间:2014-10-04 19:36:27    阅读次数:245
iOS 之Masonry
Masonry,其实是简化了iOS中的autolayout中代码实现自动布局。 附上地址:Github 总结的经验就是: 知道控件两两之间的关系:equalTo?lessThanOrEqualTo 还是greaterThanOrEqualTo 对于控件的属性:如图所示 了解...
分类:移动开发   时间:2014-10-04 19:24:27    阅读次数:220
[IOS]Type 'NSObject' does not conform to protocol 'NilLiteralConvertible'
在使用一个cell的时候发生的, func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { let cell = tableV...
分类:移动开发   时间:2014-10-04 19:12:06    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!