iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.9K subscribers
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/does-swiftui-view-not-compile-time-to-start-making-it-lighter/
iOS dev
https://danielsaidi.com/blog/2022/06/01/making-swift-package-assets-work-in-swiftui-previews
Daniel Saidi
Making Swift package assets work in SwiftUI previews
In this post, we’ll take a look at how we can get colors, images and other assets that are defined in Swift packages to work in external SwiftUI previews.
iOS dev
https://danielsaidi.com/blog/2022/06/06/a-better-way-to-extend-types
Daniel Saidi
A better way to extend types
In this post, let’s take a look at a better way to extend types in Swift, to make extensions more versatile and discoverable.
iOS dev
https://developer.apple.com/wwdc22/
Apple Developer
WWDC25
Revisit an incredible week of technology and creativity.
iOS dev
https://developer.apple.com/news/?id=v8a3aetj
Apple
Meet the new Human Interface Guidelines - Discover - Apple Developer
Apple’s Human Interface Guidelines (HIG) is a comprehensive resource for designers and developers looking to create great experiences across Apple platforms. Now, it’s been fully redesigned and refreshed to meet your needs — from your first sketch to the…
iOS dev
https://github.com/apple/sample-food-truck
GitHub
GitHub - apple/sample-food-truck: SwiftUI sample code from WWDC22
SwiftUI sample code from WWDC22. Contribute to apple/sample-food-truck development by creating an account on GitHub.
iOS dev
https://www.wwdcnotes.com/events/wwdc22/
iOS dev
https://useyourloaf.com/blog/wwdc-2022-viewing-guide/
Use Your Loaf
WWDC 2022 Viewing Guide
My WWDC 2022 viewing guide to help you plan the sessions you want to watch.
iOS dev
https://www.alfianlosari.com/posts/wwdc-2022-platform-state-of-the-union-recap/
Xcoding with Alfian
WWDC 2022 - Platform State of the Union Recap | Swift 5.7, SwiftUI 4.0, System Experiences Latest APIs | Xcoding with Alfian
In this article, I am going to give a recap on all the new software technologies that Apple Engineers announced during the Platform State of the Union keynote from Swift 5.7, SwiftUI 4.0, and System Experiences Latest APIs.
iOS dev
http://swiftwithmajid.com/2022/06/07/what-is-new-in-swiftui-after-wwdc22/
Swift with Majid
What is new in SwiftUI after WWDC22
WWDC22 brings tons of new features to SwiftUI and makes it a full-featured UI framework that we can use daily. Unfortunately, most of the new features are available on iOS 16 and macOS 13. This post will cover the most significant additions and changes to…
iOS dev
https://www.avanderlee.com/xcode/replacing-app-icon-generators/
SwiftLee
App Icon Generator is no longer needed with Xcode 14
An App Icon Generator generates all required app icon sizes based on a single-size icon input file. Creating and dragging all those app icons into Xcode is often tiresome since we’ve all asked ourselves: “Why can’t Xcode just generate the sizes for us based…
iOS dev
https://nilcoalescing.com/blog/CheckIfTwoValuesOfTypeAnyAreEqual/
Nil Coalescing
Check if two values of type Any are equal
In Swift 5.7 that comes with Xcode 14 we can check if two values of type Any are equal, because we can cast values to any Equatable and use any Equatable as a parameter type.
iOS dev
https://nilcoalescing.com/blog/AdaptiveLayoutsWithViewThatFits/
Nil Coalescing
Adaptive layouts with ViewThatFits
New ViewThatFits API introduced at WWDC 2022 lets us create more flexible layouts in constrained space. It can even help us detect if text is truncated and adapt our views accordingly.
iOS dev
https://www.alexanderlogan.co.uk/wwdc22/06-lock-widgets/
alexanderlogan.co.uk
Meet the lock screen
Your widgets deserve to be seen more.
iOS dev
https://www.alexanderlogan.co.uk/wwdc22/05-rendering-views/
alexanderlogan.co.uk
ImageRenderer
Say goodbye to using UIKit to render your views!
iOS dev
https://nilcoalescing.com/blog/ResizableSheetInSwiftUI/
Nil Coalescing
Overview of resizable sheet APIs in SwiftUI
In this article we'll go over all the API additions in iOS 16 to present and customize resizable sheets in SwiftUI. We'll also look at API limitations comparing to UISheetPresentationController in UIKit.
iOS dev
https://medium.com/@paulwall_21/use-markdown-to-elevate-your-swift-code-in-xcode-c1a00bcfc4a5
Medium
Use Markup to elevate your Swift code in Xcode
Have you ever inherited a codebase that is awful to work with? Maybe it’s so poorly written or organized that it’s hard to know what is…
iOS dev
https://mackuba.eu/notes/wwdc22/whats-new-in-appkit/
mackuba.eu
What's new in AppKit
Kuba Suder's blog on Mac & iOS development
iOS dev
https://www.swiftjectivec.com/ios-16-notable-uikit-additions/
Swiftjective-C
iOS 16: Notable UIKit Additions
iOS 16 is out in the wild! Let's check in with our trusty interface framework, UIKit.
iOS dev
https://www.hackingwithswift.com/articles/249/whats-new-in-swift-5-7
Hacking with Swift
What’s new in Swift 5.7
Or as I’ve started calling it, what isn’t new in Swift 5.7?