GitTips
Xcode-Tips
Xcode-Tips
1.Plugin
1.xcode11,已经把插件放在了appstore,Xcode Extension
Xcode 8+安装Alcatraz插件管理器 https://blog.csdn.net/zhongtiankai/article/details/72598467
1、获取DVTPlugInCompatibilityUUID
$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
2、将DVTPlugInCompatibilityUUID添加到插件里$ find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add ************
(第一步获取的DVTPlugInCompatibilityUUID)
————————————————
版权声明:本文为CSDN博主「米豆腐」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/zhongtiankai/article/details/72598467
sudo gem install update_xcode_plugins
update_xcode_plugins
update_xcode_plugins —unsign
Ei conder pasa
Ei conder pasa(老鹰之歌)
I’d rather be a sparrow than a snail. Yes I would.
If I could I surely would, em~
I’d rather be a hammer than a nail. Yes I would.
If I only could, I surely would, em~
Away, I’d rather sail away like a swan, that’s here and gone.
A man gets tied up to the ground,
He gives the world its saddest sound, its saddest sound.
I’d rather be a forest than a street. Yes I would.
If I could, I surely would.
I’d rather feel the earth beneath my feet.Yes I would.
If I only could, I surely would.
Away, I’d rather sail away like a swan, that’s here and gone.
A man gets tied up to the ground,
He gives the world its saddest sound, its saddest sound.
La LaLa LaLa LaLa La~ LaLaLa~
LaLaLa~ LaLaLa~
La LaLa LaLa LaLa La~ LaLaLa~
LaLaLa~ LaLaLa~
秘鲁纪念革命英雄 TupacAmaro化为雄鹰之歌.
I’m listening a version by Andy Williams.
Rules of iOS development
Rules of iOS development
- Keep a class small - 83.
- TableViewCell reusing may cause a problem, when common cell is not set correctly.83
- TableView use model instead of indexPath, stabler when needs change.84
- Block property must use copy.84
- When we debug and change code, the program is running with old code.
- CollectionView only alloc two cells,we can use it to create a view scrolling inifinitly.