2016年7月16日
摘要: - (UIViewController *)viewController { for (UIView* next = [self superview]; next; next = next.superview) { UIResponder *nextResponder = [next nextRes 阅读全文
posted @ 2016-07-16 10:54 遥星梦1007 阅读(139) 评论(0) 推荐(0)
  2016年7月11日
摘要: //显示为黑色 if (SYSTEM_VERSION_LESS_THAN(@"7")) { [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent animated:NO]; } el 阅读全文
posted @ 2016-07-11 17:27 遥星梦1007 阅读(232) 评论(0) 推荐(0)