摘要:
我们要实现的效果如下。 1.修改ControlView.h,即添加变量dict,用于存储TabelView的数据源。Cpp代码#import@interfaceIkrboyViewController5:UIViewController{NSMutableDictionary*dict;}@end... 阅读全文
摘要:
1.最直接的方法performSelector:withObject:afterDelay:这种方法的缺点:每次要为延时写一个方法2.使用类别,用BOLCK执行[代码]c#/cpp/oc代码:01@implementation NSObject (PerformBlockAfterDelay)020... 阅读全文
摘要:
一组外企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... 阅读全文