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://swiftwithmajid.com/2020/08/26/managing-scenes-in-swiftui/
Swift with Majid
Managing scenes in SwiftUI
This week we will continue the series of posts about the app and scene lifecycle in SwiftUI. Today we will concentrate on scene management and the features that the new Scene protocol provides us to replace the old SceneDelegate.
iOS dev
https://fivestars.blog/swiftui/conditional-modifiers.html
FIVE STARS
Conditional view modifiers | FIVE STARS
How and when to apply different modifiers based on conditions.
iOS dev
https://lostmoa.com/blog/SaveCustomCodableTypesInAppStorageOrSceneStorage
Nil Coalescing
Save custom Codable types in AppStorage or SceneStorage
Add RawRepresentable conformance to a custom type that represents a setting or a view state in SwiftUI to be able to save it in AppStorage or SceneStorage.
iOS dev
https://swiftwithmajid.com/2020/09/02/displaying-recursive-data-using-outlinegroup-in-swiftui/
Swift with Majid
Displaying recursive data using OutlineGroup in SwiftUI
This week we will talk about another excellent UI component called OutlineGroup. Apple released OutlineGroup during the WWDC20 side-by-side with other great things, including grids, menus, and toolbars. I already covered them in my previous posts. And finally…
iOS dev
https://github.com/ianleon/Blog/blob/master/episodes/ep4.md
GitHub
Blog/ep4.md at master · ianleon/Blog
Contribute to ianleon/Blog development by creating an account on GitHub.
iOS dev
https://sarunw.com/posts/make-placeholder-view-in-swiftui-with-redacted/
Sarunw
Make a placeholder view in SwiftUI with redacted() | Sarunw
SwiftUI provides an easy way to convert to render any view into a placeholder style by redacting its content.
iOS dev
https://sarunw.com/posts/testing-delegates-and-protocols-in-xctest/
Sarunw
Testing delegates and protocols in XCTest | Sarunw
Learn how to write unit tests for delegate/protocol methods.
iOS dev
https://medium.com/swlh/ios-14-uisplitviewcontroller-5-issues-that-you-may-run-into-65b09601b3fb
Medium
iOS 14 UISplitViewController: 5 Issues That You May Run Into
The final build of iOS 14.0 will be released soon, and it’s about time to make sure our apps are running great on iOS 14. This year Apple…
iOS dev
https://swiftbysundell.com/tips/showing-view-controllers/
Swift by Sundell
Showing view controllers, rather than pushing them | Swift by Sundell
A tip for more dynamic navigation.
iOS dev
https://swiftbysundell.com/articles/building-modern-collection-views-in-swift/
Swift by Sundell
Building modern collection views in Swift | Swift by Sundell
An overview of the key new UICollectionView APIs introduced in iOS 13 and 14, such as compositional layouts, diffable data sources, and cell registrations.
iOS dev
https://www.donnywals.com/dispatching-async-or-sync-the-differences-explained/
Donny Wals
Dispatching async or sync? The differences explained
When writing iOS apps, we regularly run into code that is asynchronous. Sometimes you know you’re writing something that will run asynchronously and other times you’re passing a completion handler to…
iOS dev
https://exyte.com/blog/swiftui-tutorial-slider-control
Exyte
SwiftUI tutorial for slider control
We tried out SwiftUI for creating a liquid-like motion graphics with spring animation. We chose a flow of several sequential screens as our canvas.
iOS dev
https://milen.me/writings/auto-linking-on-ios-and-macos/
Auto Linking on iOS & macOS
iOS dev
https://medium.com/better-programming/swiftui-video-player-real-time-processing-with-core-image-ef0688745c57
Medium
How to Add Core Image Filters in SwiftUI VideoPlayer
Real-time image processing in a pure SwiftUI VideoPlayer application.
iOS dev
https://suelan.github.io/2020/08/18/20200817-ios-main-in-assembly/
suelan.github.io
iOS main in Assembly | RY 's Blog
iOS dev
https://www.kiloloco.com/articles/007-migrating-asynchronous-code-to-combine/
Kilo Loco
Migrating Asynchronous Code to Combine | Kilo Loco
An example of how to take some of the most common use cases of asynchronous code like callbacks and delegates, and migrate them to a Swift Combine implementation.
iOS dev
https://vivekseth.com/transitive-reduction/
Vivekseth
How I sped up a visualization by 60x using some graph theory, and a vector processing framework.
Your site description
iOS dev
https://medium.com/@victor.pavlychko/private-apis-objective-c-runtime-and-swift-ceaeefbb6e48
Medium
Private APIs, Objective-C runtime, and Swift
Learn how to combine Objective-C runtime with Swift expressiveness, to easily access private APIs in Swift.
iOS dev
https://fivestars.blog/swiftui/preferencekey-reduce.html
FIVE STARS
How SwiftUI's Preference Keys are propagated | FIVE STARS
Demystifiying how PreferenceKey's reduce method works
iOS dev
https://sarunw.com/posts/lesser-known-ways-of-using-swift-enums/
Sarunw
3 lesser-known ways of using Swift enums | Sarunw
Three language features around Swift enumeration that you might not aware of.