Purpose : For this example, an application uses a service to retrieve data from an API. This service uses the Combine framework. We will use the...
In this example, an application uses data from an API. For the creation of the UI, we don't want to make a call at each simulation on device. Let's...
Purpose The response from a network call provides us with data or error. We recover fruits with the following model : struct FruitsResponse: Decodable...
In a Json file, properties are often nested. This generates a longer or shorter path to the value. The access to this value can be direct with the...
Purpose : Use the isSelected property of UIButton, so that the button changes state when selected. Application : A set of digital buttons. The...
Purpose : Autolayout allows you to make your application responsive, adapting the display to different screen sizes and for portrait and landscape...