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://sarunw.com/posts/a-first-look-at-matchedgeometryeffect/
Sarunw
A first look at matchedGeometryEffect | Sarunw
This modifier can interpolate position and size between two views. This is one of the most exciting features for me. Let's see what is capable of in this beta.
iOS dev
https://www.chimehq.com/blog/metrickit-crash-reporting
Crash Reporting with MetricKit
iOS dev
https://medium.com/swlh/10-code-snippets-from-wwdc20-5dba158e2903
Medium
10 Code Snippets from WWDC20
A list of 10 useful Swift code snippets and changes coming with new iOS 14 and iPadOS 14 SDKs presented during Apple WWDC 2020.
iOS dev
https://www.donnywals.com/implementing-an-infinite-scrolling-list-with-swiftui-and-combine/
Donny Wals
Implementing an infinite scrolling list with SwiftUI and Combine
Learn how to use SwiftUI’s onAppear and Combine to build a List that scrolls forever. As a bonus, you’ll also see how you can achieve the same with a LazyVStack.
iOS dev
https://nyansatan.github.io/lightning/
Apple Lightning
iOS dev
https://www.avanderlee.com/xcode/svg-image-assets/
SwiftLee
SVG Assets in Xcode for Single Scale Images
SVG Image Assets allow you to use Singe Scale icons and symbols. Stop wasting time by generating @1x, @2x, and @3x images by using SVG assets instead.
iOS dev
https://medium.com/better-programming/implement-a-clean-vip-architecture-in-swift-5-e1a27c7c92a7
Medium
Implement a Clean VIP Architecture in Swift 5
An improvement on the VIPER design pattern
iOS dev
https://medium.com/better-programming/how-to-create-widgets-in-ios-14-8cf58d34ce89
iOS dev
https://medium.com/better-programming/swiftuis-new-app-lifecycle-and-replacements-for-appdelegate-and-scenedelegate-in-ios-14-c9cf4a2367a9
Medium
SwiftUI’s New App Lifecycle and Replacements for AppDelegate and SceneDelegate in iOS 14
Brand new property wrappers and function builders to reduce boilerplate code
iOS dev
https://www.donnywals.com/handling-deeplinks-in-ios-14-with-onopenurl/
Donny Wals
Handling deeplinks in iOS 14 with onOpenURL – Donny Wals
Learn how you can use onOpenURL to handle deeplinks in applications build with SwiftUI and the new @main App struct.
iOS dev
https://matteomanferdini.com/swift-generics/
Matteo Manferdini
Master Swift Generics: A practical guide to code reuse
Generics are an advanced Swift feature to generalizer and reuse code. You will learn why generics exist and how to use them in your apps.
iOS dev
https://www.morningswiftui.com/blog/conditionally-use-vstack-in-ios-13-or-lazyvstack-in-ios-14
Morning SwiftUI
Conditionally use VStack in iOS 13 or LazyVStack in iOS 14 — Morning SwiftUI
WWDC offered a new suite of Views, one interesting one is LazyVStack which allow us to delay the initialisation of some content only when needed. Unfortunately, it’s only available on iOS 14. What if you still want to offer an app that support iOS 13?
iOS dev
https://www.swiftbysundell.com/articles/swiftui-state-management-guide/
Swift by Sundell
A guide to SwiftUI’s state management system | Swift by Sundell
This week, let’s take a closer look at each of SwiftUI’s state handling property wrappers, how they relate to each other, and how they make up different parts of SwiftUI’s overall state management system.
iOS dev
https://swiftrocks.com/creating-debug-menus-in-swift-with-uicontextmenuinteraction
Swiftrocks
Creating Debug Menus in Swift with UIContextMenuInteraction
Debug menus in iOS are an effective way to make your debugging day more productive. Let's see how we can use UIContextMenuInteraction to create debug-only menus.
iOS dev
https://medium.com/flawless-app-stories/multi-segment-progress-indicator-on-swift-87887ce7f80
Medium
Multi-Segment Progress Indicator on Swift.
On my last project, I had a multi-segment progress indicator challenge. On the first version of the design, this indicator was a…
iOS dev
https://useyourloaf.com/blog/creating-lists-with-collection-view/
Use Your Loaf - iOS Development News & Tips
Creating Lists with Collection View
Is this the beginning of the end for UITableView? Here's my guide to building table-view like lists using collection views with iOS 14.
iOS dev
https://davedelong.com/blog/2020/06/27/http-in-swift-part-1/
HTTP in Swift, Part 1 - 7
iOS dev
https://swiftuipropertywrappers.com/
Swift UI Property Wrappers
Learn what SwiftUI's @State, @Binding, @StateObject, @ObservedObject, and other property wrappers do, and when they should be used.
iOS dev
https://fuckingswiftui.com/
Fucking SwiftUI
Fucking SwiftUI - Cheat Sheet
Everything you need to know to adopt SwiftUI
iOS dev
https://ericasadun.com/2020/07/03/importing-web-based-swiftpm-packages-to-your-xcode-playground
Erica Sadun
Importing Web-based SwiftPM packages to your Xcode Playground
I’ve been kicking the wheels on Xcode 12 and its ability to use frameworks and packages with playgrounds. Up until now, I’ve only been able to import packages that are either downloaded…