2018年9月20日
摘要: NSString *signValue = [NSString stringWithFormat:@"%@%@", valueJson, [Utility getCurrentTimes]]; NSMutableString * getSignString = [NSMutableString st 阅读全文
posted @ 2018-09-20 14:01 Allen无痕 阅读(704) 评论(0) 推荐(0)
  2018年6月5日
摘要: for (UIView * subview in [self.bgView subviews]) { [subview removeFromSuperview]; } 阅读全文
posted @ 2018-06-05 09:45 Allen无痕 阅读(473) 评论(0) 推荐(0)
  2017年9月22日
摘要: if (UIView) { [UIView removeFromSuperview]; UIView = nil; } 阅读全文
posted @ 2017-09-22 11:30 Allen无痕 阅读(618) 评论(0) 推荐(0)
  2017年8月26日
摘要: 在viewDidLoad上设置CGRectZero从导航栏下开始计算起始位置 if ([self respondsToSelector:@selector(setEdgesForExtendedLayout:)]) { self.edgesForExtendedLayout = UIRectEdge 阅读全文
posted @ 2017-08-26 21:34 Allen无痕 阅读(432) 评论(0) 推荐(0)
  2017年5月23日
摘要: 在终端输入 xcode-select --install 即可 阅读全文
posted @ 2017-05-23 21:51 Allen无痕 阅读(377) 评论(0) 推荐(0)
  2017年5月10日
摘要: 在安装node时提示:node-7.2.1 already installed, it's just not linked 导致无法运行node命令 按照特定的顺序执行这个命令列表: 阅读全文
posted @ 2017-05-10 09:50 Allen无痕 阅读(3242) 评论(0) 推荐(0)