2015年12月20日

iOS 之 通知

摘要: 步骤一,注册消息:[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getUserProfileSuccess:)name:@"Notification_GetUserProfileSuccess" o... 阅读全文

posted @ 2015-12-20 15:52 大木哥 阅读(159) 评论(0) 推荐(0) 编辑

iOS 之 定时器

摘要: [NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(showMyDrivingRangeTimer) userInfo:nil repeats:NO]; 阅读全文

posted @ 2015-12-20 15:28 大木哥 阅读(120) 评论(0) 推荐(0) 编辑

导航