Good Articles Blogs
Last updated
Was this helpful?
Last updated
Was this helpful?
UIStackView Tutorial by Ray Wenderlich -
Documentation markup in Swift -
xcodebuild command line to build/deploy iOS apps -
Xcodebuild command reference -
Test code that uses Singleton classes -
Define a protocol to abstract the operation that uses the Singleton class (eg: URLSession)
Define an extension to the Singleton class to implement the protocol
Modify the consuming class to inject the new protocol as a dependency with the default value set to the Singleton class
A clean way to localize strings using plist instead of .strings file -
Objc.io -
Cocoa With Love -
NSHipster -
Ole Begemann -
Ray Wenderlich -
Swift by Sundell -
Mike Ash -
Krakendev (retain cycles, AutoLayout) -