摘要: -(void)viewDidLoad18{19 [superviewDidLoad];20 //1.获得全局的并发队列21 dispatch_queue_tqueue= dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT,0);... 阅读全文
posted @ 2015-12-28 08:40 zs十二 阅读(160) 评论(0) 推荐(0)
摘要: //监听键盘状态 [[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(keyboardDidShow:)name:UIKeyboardDidShowNotificationobject:nil]; //监... 阅读全文
posted @ 2015-12-28 08:36 zs十二 阅读(164) 评论(0) 推荐(0)
摘要: //显示多行文字CGSize size = CGSizeMake(Width_mainScreen - 59, MAXFLOAT);UIFont *fonts = [UIFont systemFontOfSize:15.0];NSStringDrawingOptions options = NSSt... 阅读全文
posted @ 2015-12-28 08:33 zs十二 阅读(133) 评论(0) 推荐(0)
摘要: 时间框显示在其他部位let theRunLoop = NSRunLoop.currentRunLoop() as NSRunLoop let fireDate = NSDate(timeIntervalSinceNow: 0) let thetimer = NSTimer.init(fireDate... 阅读全文
posted @ 2015-12-12 15:37 zs十二 阅读(125) 评论(0) 推荐(0)