/blog-example-code

Example code from my blog. Available under the MIT License.

Primary LanguageSwiftMIT LicenseMIT

Blog Example Code

This is the example code that accompanies articles on my blog. All code is made available under the MIT License.

Articles

  1. Adding pinch to zoom to an image view using Swift (Article)
  2. Implementing dark mode in your app using observers (Article)
  3. Different ways of loading images from Asset Catalogs (Article)
  4. Scanning documents and other papers with WeScan (Article)
  5. Building DoublePong, my WWDC18 Scholarship Submission (Article)
  6. Scanning documents with Vision and VisionKit on iOS 13 (Article)
  7. Integrating Core Data with Diffable Data Sources (Article)