Set of handy XCode plug-ins:
1. Code alignging https://github.com/qfish/XAlign
2. Debugger auto-hide https://github.com/neonichu/BBUDebuggerTuckAway
3. Sublime-like minimap https://github.com/stefanceriu/SCXcodeMiniMap
1. Code alignging https://github.com/qfish/XAlign
2. Debugger auto-hide https://github.com/neonichu/BBUDebuggerTuckAway
3. Sublime-like minimap https://github.com/stefanceriu/SCXcodeMiniMap
GitHub
GitHub - qfish/XAlign: An amazing Xcode Source Editor extension to align regular code. It can align anything in any way you want.
An amazing Xcode Source Editor extension to align regular code. It can align anything in any way you want. - qfish/XAlign
NSDateInterval! :) https://developer.apple.com/reference/foundation/nsdateinterval
his article summarizes the key developer-related features introduced in iOS 10, which runs on currently shipping iOS devices. https://developer.apple.com/library/prerelease/content/releasenotes/General/WhatsNewIniOS/Articles/iOS10.html
> In iOS 10, the UIColor class uses the extended sRGB color space and its initializers no longer clamp raw component values to between 0.0 and 1.0. If your app relies on UIKit to clamp component values (whether you’re creating a color or asking a color for its component values), you need to change your app’s behavior when you link against iOS 10.