iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.09K
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.8K subscribers
iOS dev
https://www.avanderlee.com/swift/self-documenting-code/
SwiftLee
Self-documenting code in Swift to increase readability
Self-documenting code in Swift makes your code easier to understand by using extensions, type aliases, and by not using trailing closures.
iOS dev
https://www.fivestars.blog/articles/button-styles/
FIVE STARS
Exploring SwiftUI's Button styles | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://www.fivestars.blog/articles/xcode-13-3-beta-1/
FIVE STARS
New SwiftUI documentation in Xcode 13.3 beta 1 | FIVE STARS
Everything new in SwiftUI in Xcode 13.3b1
iOS dev
https://holyswift.app/using-native-swift-to-make-units-conversions
Holy Swift
Using native Swift to make Units Conversions
A Cryptocurrency example!
iOS dev
https://www.emergetools.com/blog/posts/FasterAppStartupOrderFiles
Emergetools
Emerge Tools Blog | How Order Files Reduce App Startup Time
An in depth look at how long it takes to read an app binary from disk, and why order files make apps launch faster.
iOS dev
https://trycombine.com/posts/swift-read-modify-coroutines/
try Code
Yielding accessors in Swift
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://www.swiftbysundell.com/articles/retrying-an-async-swift-task/
Swift by Sundell
Automatically retrying an asynchronous Swift Task | Swift by Sundell
A few examples on how to use Swift Concurrency to write asynchronous operations that are automatically retried if an error was encountered.
iOS dev
https://www.youtube.com/playlist?list=PLED4k3CZkY9R9mhRW5V74gS9cVTp28CbK
YouTube
iOS Conf SG 2022 - YouTube
iOS dev
https://forums.swift.org/t/swift-and-c-interoperability-workgroup-announcement/54998/5
Swift Forums
Swift and C++ interoperability workgroup announcement
Over the past few years there has been a huge amount of interest in bidirectional interoperability between Swift and C++. Thanks to the hard work of zoecarver, egor.zhdan, gribozavr, Michael Forster, Marcel Hlopko, scentini, and many other contributors, the…
iOS dev
https://www.jessesquires.com/blog/2022/02/01/decimal-vs-double/
Jesse Squires
When should you use Decimal instead of Double?
In Swift there are 13 numeric types. Like most other programming languages, Swift provides signed integers of various sizes, corresponding unsigned integers,...
iOS dev
https://arturgruchala.com/cleaner-inits-expressibleby-protocols
Artur Gruchała
Cleaner inits - ExpressibleBy... protocols
Sometimes structures or classes we create in code can be easily expressed by
built-in Swift types. Consider the following code:
struct Person {
let name: String
}
let ana = Person(name: "Ana")
I created simple Person a struct that holds a person's…
iOS dev
https://www.swiftjectivec.com/use-preview-parameters-to-customize-drag-items/
Swiftjective-C
Using UIDragPreview to Customize Drag Items
Leverage UIDragPreviewParameters with UIDragPreview to change how dragged items appear.
iOS dev
https://www.swiftjectivec.com/swiftui-modifier-monday-fixedsize/
Swiftjective-C
Modifier Monday: .fixedSize()
For the inagural Modifier Monday entry, let's take a peek at .fixedSize().
iOS dev
https://swiftwithmajid.com/2022/02/02/microapps-architecture-in-swift-dependency-injection/
Swift with Majid
Microapps architecture in Swift. Dependency Injection.
We covered a lot of things related to microapps architecture in Swift during the last month. I would love to finalize the series of posts by touching another essential edge of the approach: Dependency Injection. This week we will learn how to inject the dependencies…
iOS dev
https://peterfriese.dev/posts/firebase-async-calls-swift/
Calling asynchronous Firebase APIs from Swift
iOS dev
https://www.avanderlee.com/swiftui/environmentobject/
SwiftLee
@EnvironmentObject explained for sharing data between views in SwiftUI
@EnvironmentObject in SwiftUI allows injecting dependency by making them available to any child views through the SwiftUI Environment.
iOS dev
https://betterprogramming.pub/how-feature-flags-can-help-speed-up-your-ios-app-deployment-580f1e0138d3
Medium
Boost Your iOS App Deployment Speed Using This Feature Flag Swift Library
Feature flags have revolutionized mobile development by allowing software features to be toggled at any point
iOS dev
https://betterprogramming.pub/floating-hearts-animation-in-swiftui-1bf2f0404b12
Medium
Floating Hearts Animation in SwiftUI
How to make Instagram live like button animation in SwiftUI
iOS dev
https://quickbirdstudios.com/blog/wordle-game-swiftui/
QuickBird Studios
How to Build a Wordle Game With SwiftUI
A step-by-step guide to recreate the famous game "Wordle" as an iOS app with SwiftUI. Includes a sample code repository.
iOS dev
https://swiftcraft.io/blog/xcode-shortcuts-for-a-keyboard-only-workflow
www.swiftcraft.io
Xcode shortcuts for a keyboard-only workflow :: swiftcraft.io
I made a list of curated Xcode shortcuts to keep you away from the trackpad