Swift
90.0K views | +0 today
Follow

State Restoration in SwiftUI

From www.raywenderlich.com

Learn how to use SceneStorage in SwiftUI to restore iOS app state.
No comment yet.

Building a Photo Gallery app in SwiftUI Part 3: Creating the photo gallery app

From codewithchris.com

In this post, we'll continue building the grid UI to use the PhotoThumbnailView as the LazyVGrid's GridItem and navigate towards the photo detail view when we select a photo from the grid.
No comment yet.

How to Use SwiftUI Gauge and Create Custom Gauge Styles

From www.appcoda.com

In this tutorial, we'll check out SwiftUI Gauge views, which is a new feature introduced in iOS 16. You'll learn how to use Gauge to create a speedometer.
No comment yet.

SwiftUI gradients and shadow styles

From useyourloaf.com

Add color gradients and drop shadows to your SwiftUI views.
No comment yet.

SwiftUI View That Fits

From useyourloaf.com

SwiftUI ViewThatFits makes it easier to build adaptive layouts.
No comment yet.

DocC Tutorial for Swift : Getting Started

From www.raywenderlich.com

Learn how to automatically create documentation for Swift using DocC.
No comment yet.

Building a Photo Gallery app in SwiftUI

From codewithchris.com

Hi! Welcome to a new articles series in CodeWithChris! In this series, I will share my personal experience building a simple photo gallery app in SwiftUI.
No comment yet.

Building a Photo Gallery app in SwiftUI Part 1: Memory Management using PhotoKit

From codewithchris.com

Hello, and welcome back! This is part 1 of 4 of the 'Building a Photo Gallery app in SwiftUI' series.In this post, we're going to talk about memory management. Memory is a very important resource as it is shared by many apps including the system itself.
No comment yet.

Aspect Fit Layout Guide

From useyourloaf.com

The safe area aspect fit layout guide is new in iOS 16.
No comment yet.

SwiftUI List: Basic usage

From sarunw.com

SwiftUI made it incredibly easy to create a list or table view compared to how we do it in UIKit. Let's learn how to use it.
No comment yet.

Swift 5.7 Released!

From swift.org

Swift 5.7 is now officially released! Swift 5.7 includes major additions to the language and standard library, enhancements to the compiler for a better developer experience, improvements to tools in the Swift ecosystem including SourceKit-LSP and the Swift Package Manager, refined Windows support, and more.
No comment yet.

Custom Operators in Swift Combine

From bignerdranch.com

Create your own custom operators in Swift Combine. Learn from BNR's tutorial, guide, plus tips for the Swift Combine asynchronous framework.
No comment yet.

iPhone 14 Screen Sizes

From useyourloaf.com

The notch is being replaced by the dynamic island. Here's a recap of what's changed with the 2022 iPhone 14 screen sizes.
No comment yet.

Network Layer using Combine in Swift | by Utkarsh Upadhyay | Aug, 2022

From medium.com

At WWDC 2019, Apple introduced concept called Combine to unify and simplify your code for dealing with things like delegates, notifications, timers, completion blocks and callbacks. Usually we use…
No comment yet.

Understanding type Erasure

From swiftrocks.com

In this article, we'll explain the concept of type erasure, how it used to be done, what's different in Swift 5.7, and how these changes work under the hood.
No comment yet.

The SwiftUI Layout Protocol - Part 2

From swiftui-lab.com

And the Fun Begins! In the first part of this post we explored the basics of the Layout protocol in order to build a strong foundation of how Layout works. Now it’s time to dive into the less commented features and how to use them in our benefit. Part 1 – The Basics: Introduction What ... Read more
No comment yet.

The SwiftUI Layout Protocol - Part 1

From swiftui-lab.com

Introduction One of the best SwiftUI additions this year has to be the Layout protocol. Not only we finally get our hands in the layout process, but it is also a great opportunity to better understand how layout works in SwiftUI. Back in 2019 I wrote an article about Frame Behaviors with SwiftUI. In it, ... Read more
No comment yet.

Introducing MarkCodable

From trycombine.com

Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
No comment yet.

SwiftUI View Modifiers Tutorial for iOS

From www.raywenderlich.com

Learn how to refactor your code to create powerful custom SwiftUI view modifiers. Make your views look consistent and your code easier to read and maintain.
No comment yet.

SwiftUI Button Tutorial: Customization

From www.raywenderlich.com

Learn how to easily customize your app buttons style with the minimum effort by leveraging the latest SwiftUI button modifiers.
No comment yet.

How to save enum with associated value in UserDefaults using Swift

From sarunw.com

Let's learn how to read/write enum with associated value to UserDefaults.
No comment yet.

Custom Layout in SwiftUI

From sarunw.com

If you have a layout that the built-in layout like VStack and HStack can't serve, you can create a custom one in iOS 16. Let's learn how to do it.
No comment yet.

GetStream/purposeful-ios-animations: Examples of animations we found meaningful and useful on iOS. Each of the animations here was cloned with SwiftUI. Have you seen an app animation you love to re...

From github.com

Examples of animations we found meaningful and useful on iOS. Each of the animations here was cloned with SwiftUI. Have you seen an app animation you love to rebuild and add to this repo?, contact [@amos_gyamfi](https://twitter.com/amos_gyamfi) and [@stefanjblos](https://twitter.com/stefanjblos) on Twitter. - GitHub - GetStream/purposeful-ios-animations: Examples of animations we found meaningful and useful on iOS. Each of the animations here was cloned with SwiftUI. Have you seen an app animation you love to rebuild and add to this repo?, contact [@amos_gyamfi](https://twitter.com/amos_gyamfi) and [@stefanjblos](https://twitter.com/stefanjblos) on Twitter.
No comment yet.

Lenses and prisms in Swift - The.Swift.Dev.

From theswiftdev.com

Beginner's guide about optics in Swift. Learn how to use lenses and prisms to manipulate objects using a functional approach.
No comment yet.

Implementing a main thread watchdog on iOS ·

From www.jessesquires.com

On iOS the operating system employs a watchdog that monitors for and terminates unresponsive apps. If your app is blocking the main thread for too long, th
No comment yet.