https://cocoacasts.com/what-is-wrong-with-cloudy
What Is Wrong With Cloudy - Cocoacasts
May 18, 2020 - Now that you have an idea of the ins and outs of Cloudy, I'd like to take a few minutes to highlight some of Cloudy's issues. Keep in mind that Cloudy is a...
what is wrongcloudy
https://cocoacasts.com/mastering-navigation-with-coordinators-adopting-the-coordinator-pattern
Adopting the Coordinator Pattern - Cocoacasts
May 28, 2019 - The previous episode zoomed in on the drawbacks of the UIKit framework. The coordinator pattern can help us work around these limitations. Coordinators are in...
adoptingcoordinatorpattern
https://cocoacasts.com/common-questions-about-swift-package-manager-answered
Common Questions about Swift Package Manager Answered - Cocoacasts
Apr 11, 2016 - In this post, I'd like to answer a few common questions developers have about **Swift Package Manager** (often abbreviated as **SPM** or **SwiftPM**)
swift package managercommon questionsanswered
https://cocoacasts.com/dependency-injection-with-tab-bar-controllers
Dependency Injection With Tab Bar Controllers - Cocoacasts
Sep 4, 2018 - Earlier in this series, I showed you that dependency injection with storyboards isn't complicated once you understand how the various pieces fit together. We...
dependency injectiontab barcontrollers
https://cocoacasts.com/mastering-model-view-viewmodel-with-swiftui-refactoring-the-current-conditions-view-model
Refactoring the Current Conditions View Model - Cocoacasts
May 8, 2023 - In this episode, we refactor the `CurrentConditionsViewModel` struct. Remember that the `CurrentConditionsViewModel` struct drives the `CurrentConditionsView`,...
the currentview modelrefactoringconditions
https://cocoacasts.com/fm-2-how-to-store-an-image-in-the-documents-directory-in-swift
How to Store an Image in the Documents Directory in Swift - Cocoacasts
Jan 17, 2016 - Downloading images using Swift and the `URLSession` API isn't too difficult. The question is "Where do you store the images you download?" It is important that...
how to storean imagein thedocuments directory
https://cocoacasts.com/swift-fundamentals-adding-a-gesture-recognizer-to-an-image-view-in-swift
Adding a Gesture Recognizer to an Image View in Swift - Cocoacasts
Feb 12, 2016 - You are here because you want to learn how to add a gesture recognizer to a `UIImageView` instance. Right? In this post, I show you how to add a tap gesture...
an imageview inaddinggesturerecognizer
https://cocoacasts.com/swift-fundamentals-how-to-check-if-dictionary-contains-given-key
How to Check if Dictionary Contains Given Key - Cocoacasts
Feb 17, 2016 - In Swift, a dictionary is nothing more than a collection of key-value pairs. In this post, I show you how to check if a dictionary contains a given key. Fire...
how to checkdictionarycontainsgivenkey