06 2017 档案

摘要:修改字体和颜色需要用到kvc: yourTextField.placeholder = @"username is in here!"; [yourTextField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textCol 阅读全文
posted @ 2017-06-27 17:00 仲长可倾 阅读(475) 评论(0) 推荐(0)
摘要:显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false 阅读全文
posted @ 2017-06-03 09:47 仲长可倾 阅读(376) 评论(0) 推荐(0)