Ann Knowledge Hub
  • 📚Home
  • Bash
  • 🔀git
  • 🤖AI / ML / Gen AI
    • Generative AI - A Primer
    • Course Notes - Google ML Intro
  • 🎯How To Guides
  • 🔖Good Reference Articles
  • 📳Mobile Development
    • iOS
      • Useful Information
      • Debugging Tricks
      • ViewController Concepts
      • Nullability Annotations
      • UI Testing XCTestUI
      • Xcode Concepts
    • Mobile Application Services
    • AB Testing
    • Firebase
    • Good Articles Blogs
    • iOS Troubleshooting
    • Cocoapods Troubleshooting
  • 💯Miscellaneous
    • Google Calendar API
  • 🌐Web Development
    • 📚Learning Resources
    • 🔎Troubleshooting Issues
Powered by GitBook

About Me

  • My blog
  • GitHub

© 2024 Ann Catherine Jose

On this page

Was this helpful?

Edit on GitHub
  1. Mobile Development

Good Articles Blogs

PreviousFirebaseNextiOS Troubleshooting

Last updated 1 year ago

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 -

Good iOS Blogs to follow

  • Objc.io -

  • Cocoa With Love -

  • NSHipster -

  • Ole Begemann -

  • Ray Wenderlich -

  • Swift by Sundell -

  • Mike Ash -

  • Krakendev (retain cycles, AutoLayout) -

📳
https://www.raywenderlich.com/160646/uistackview-tutorial-introducing-stack-views-2
https://nshipster.com/swift-documentation/](https://nshipster.com/swift-documentation/
https://medium.com/xcblog/xcodebuild-deploy-ios-app-from-command-line-c6defff0d8b8
https://developer.apple.com/library/archive/technotes/tn2339/_index.html
https://www.swiftbysundell.com/posts/testing-swift-code-that-uses-system-singletons-in-3-easy-steps
https://medium.com/@dcordero/a-different-way-to-deal-with-localized-strings-in-swift-3ea0da4cd143
https://www.objc.io/issues/
http://www.cocoawithlove.com/
https://nshipster.com/
https://oleb.net/
https://www.raywenderlich.com/
https://www.swiftbysundell.com/
https://www.mikeash.com/pyblog/
https://krakendev.io/