
技术研究
YanceChen2013
人生就像是一场旅行,不必在乎目的地,重要的是沿途的风景以及看风景的心情!既然选择了远方,便只顾风雨兼程!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
修改UITextField的placeholder颜色
修改UITextField的placeholder颜色使用属性@property(nonatomic,copy) NSAttributedString *attributedPlaceholder;// 文字属性NSMutableDictionary *attrs = [NSMutableDictionary dictionary];attrs[NSForegroundColor原创 2016-04-16 23:09:05 · 441 阅读 · 0 评论 -
UITableViewCell嵌套UIWebView
UITableViewCell嵌套UIWebView项目需求:UITableViewCell嵌套UIWebView,并且让UIWebView根据内容自适应高度。原创 2016-11-17 10:06:28 · 863 阅读 · 0 评论 -
解决macOS 10.13下 homebrew 一安装报错问题
解决macOS 10.13下 homebrew 一安装报错问题错误描述:Error downloading Command Line Tools (macOS High Sierra version 10.13) for Xcode在终端敲命令:/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew...原创 2018-07-30 17:15:17 · 9011 阅读 · 2 评论