06 2017 档案
摘要:修改字体和颜色需要用到kvc: yourTextField.placeholder = @"username is in here!"; [yourTextField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textCol
阅读全文
摘要:显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
阅读全文