Swift
89.9K views | +0 today
Follow

Building Pie Charts and Donut Charts with SwiftUI in iOS 17

From www.appcoda.com

Pie charts and donut charts are two popular chart types used in data visualization. Prior to iOS 17, if you want to create these types of charts using
No comment yet.

WWDC23 SwiftData Lab Notes

From useyourloaf.com

Notes from my WWDC23 SwiftData lab.
No comment yet.

Swift Macros: An Early Look for iOS Developers

From codewithchris.com

Here's an early look at Swift Macros, a feature introduced in WWDC 2023 to allow developers to eliminate boilerplate code and generally make some things easier.
No comment yet.

A Beginner's Guide to SwiftData - June 2023 Impressions

From codewithchris.com

Here's what we know so far about SwiftData, how to use it, and its practical use cases. Learn more as we take an early look at this feature from WWDC23.
No comment yet.

SwiftData: Simplifying Persistence in iOS Apps | Kodeco

From www.kodeco.com

SwiftData, a new framework introduced at WWDC 2023, provides a Swift-like API for working with persistence in iOS apps. It simplifies the usage of Core Data by offering a more user-friendly syntax, making it easier to define models, access and query data, and handle data insertion and deletion.
No comment yet.

New SwiftUI Support for MapKit in Xcode 15 | Kodeco

From www.kodeco.com

At WWDC 2023, Apple announced big improvements to SwiftUI support for MapKit. Learn all about your new options for maps, markers, annotations, style and camera position.
No comment yet.

Performance Trace Profiles in iOS

From swiftrocks.com

The Performance Trace profile allows you to debug performance issues without having to attach the device to Xcode. Let's see what we can use it for!
No comment yet.

Network Path Monitoring

From useyourloaf.com

How do you use the NWPathMonitor to monitor network availability?
No comment yet.

Secure your apps and games - Discover - Apple Developer

From developer.apple.com

Strengthen the security of your apps with these tips, tools, and videos.
No comment yet.

Spotlight on: Passkeys - Discover - Apple Developer

From developer.apple.com

Find out how Instacart, Kayak, and Robinhood are helping unlock a password-free future.
No comment yet.

Accessing Security Scoped Files

From useyourloaf.com

Accessing a file stored outside an app's sandbox using security scopes
No comment yet.

Asynchronously load images with customized AsyncImage view in SwiftUI

From bignerdranch.com

Need to create a custom version of the `AsyncImage` view to meet the specific requirements of your app? BNR's got you covered.
No comment yet.

Working with ProgressView and ProgressViewStyle in SwiftUI

From www.appcoda.com

In SwiftUI, it comes with a built-in component called ProgressView for developers to present a progress bar or a circular indicator to display the progress of a long-running operation, such as downloading a file or uploading data to a server.
No comment yet.

SwiftLint in Depth | Kodeco

From www.kodeco.com

Learn how to use and configure SwiftLint in detail, as well as how to create your own rules in SwiftLint for your project.
No comment yet.

How to prevent orphan words in text views on iOS and macOS ·

From www.jessesquires.com

When you display text in your app, you might come across situations where the text layout produces undesirable results under certain layout constraints. Th
No comment yet.

Using Swift Reflection

From useyourloaf.com

A practical use of Swift Reflection.
No comment yet.

Converting A Swift String To A Bool

From useyourloaf.com

What's the best way to convert a Swift String to a Bool?
No comment yet.

Swift DocC: How to Host Document Archive on Web Server and GitHub Pages

From www.appcoda.com

Swift DocC is a documentation compiler introduced by Apple in Xcode 13, designed to help developers create elegant and interactive documentation for their iOS
No comment yet.

Exploring a new iOS codebase ·

From www.jessesquires.com

Whether you are starting a new job or joining a new project, getting oriented in a new iOS codebase can be difficult and overwhelming. It is particularl
No comment yet.

Swift 5.8 Released!

From swift.org

Swift 5.8 is now officially released! 🎉 This release includes major additions to the language and standard library, including hasFeature to support piecemeal adoption of upcoming features, an improved developer experience, improvements to tools in the Swift ecosystem including Swift-DocC, Swift Package Manager, and SwiftSyntax, refined Windows support, and more.
No comment yet.

Introducing MotionBar - the Animated Tab Bar Library

From www.appcoda.com

MotionBar is a new SwiftUI library that offers a collection of beautifully designed tab bar views, each built with elegant animations and visual elements.
No comment yet.

Async/Await and the Future of Combine

From benscheirman.com

Swift 5.5 is here with Xcode 13 Beta and with it comes my favorite new addition to Swift: Async/Await.
No comment yet.

How the relative size modifier interacts with stack views – Ole Begemann

From oleb.net

The relative sizing modifier interacts in an interesting way with stack views and other containers that distribute the available space among their children. Understanding why can teach us a lot about SwiftUI’s layout algorithm.
No comment yet.

Working with percentages in SwiftUI layout – Ole Begemann

From oleb.net

A SwiftUI layout and view modifier for relative sizing. “Make this view 50 % of the width of its container”.
No comment yet.