摘要: 我们要实现的效果如下。 1.修改ControlView.h,即添加变量dict,用于存储TabelView的数据源。Cpp代码#import@interfaceIkrboyViewController5:UIViewController{NSMutableDictionary*dict;}@end... 阅读全文
posted @ 2014-07-23 17:27 wx0123 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 1.最直接的方法performSelector:withObject:afterDelay:这种方法的缺点:每次要为延时写一个方法2.使用类别,用BOLCK执行[代码]c#/cpp/oc代码:01@implementation NSObject (PerformBlockAfterDelay)020... 阅读全文
posted @ 2014-07-23 14:32 wx0123 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 一组外企iOS开发的笔试题,您能回答出来吗?从群里收集来的。1 why can't NSArray contain NSInteger Instance? with which extra step can you do it?2.complete this code so that it beco... 阅读全文
posted @ 2014-07-23 08:56 wx0123 阅读(566) 评论(0) 推荐(1) 编辑