iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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.swiftbysundell.com/articles/combine-self-cancellable-memory-management/
Swift by Sundell
Managing self and cancellable references when using Combine | Swift by Sundell
How to avoid common memory-related issues when working with self and cancellable references within the context of Combine.
iOS dev
https://pspdfkit.com/blog/2021/keyboard-navigation-in-swiftui/
PSPDFKit
Keyboard Navigation in SwiftUI | PSPDFKit
SwiftUI wasnβt built with keyboard support in mind, and it shows. Learn how you can rewrite keyboardShortcut to work with iOS 13 and access the underlying navigation controller to pop views on β-Left Arrow.
iOS dev
https://brevans.io/index.php/2021/02/07/operation
brevans.io
Operation
How often do you see someone use DispatchQueue? Now how often do you see Operation and OperationQueue? I feel like the Operation class is severely underused in most apps. Granted, DispatchQueue works fine, and Operation is just a wrapper for Grand Centralβ¦
iOS dev
https://www.avanderlee.com/swift/result-builders/
SwiftLee
Result builders in Swift explained with code examples
Result builders in Swift allow you to combine build components into a single outcome value. Code examples demonstrate how you can use them.
iOS dev
https://www.andyibanez.com/posts/intercepting-ios-network-request-calls-proxyman/
Andy Ibanez - iOS Developer
Intercepting iOS Network Request Calls with Proxyman
Learn how to intercept network calls in your iOS apps with Proxyman.
iOS dev
https://www.hackingwithswift.com/articles/229/24-quick-xcode-tips
Hacking with Swift
24 Quick Xcode Tips
Write code faster, build better tests, and navigate around projects more efficiently.
iOS dev
https://swiftwithmajid.com/2021/02/10/building-type-safe-networking-in-swift/
Swift with Majid
Building type-safe networking in Swift
More than half of the apps I built during my career had networking code. Usually, we build apps for web services. Today we will talk about building the type-safe networking layer using Swift language features like enums, phantom types, and extensions.
iOS dev
https://www.davidseek.com/ood/
David Seek
How I Cracked the Object Oriented Design Interview at Amazon
I'm explaining the tech Interview process at FAANG and Amazon in regards to Object Oriented Design and Programming and my preparations to succeed.
iOS dev
https://lostmoa.com/blog/SummoningSplitViewSidebar/
iOS dev
https://www.davidseek.com/icon-switcher/
iOS dev
https://www.fivestars.blog/swiftui/swiftui-keyboard.html
FIVE STARS
SwiftUI keyboard avoidance | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://masilotti.com/xctest-tips-and-tricks/
Masilotti.com
XCTest tips and tricks that can level up your Swift testing | Masilotti.com
10+ of my favorite techniques that I've picked up over the past few years of testing Swift code.
iOS dev
https://useyourloaf.com/blog/xcode-12.5-playground-access-to-app-types/
Use Your Loaf - iOS Development News & Tips
Xcode 12.5 Playground Access To App Types
Starting with Xcode 12.5, playgrounds have full access to the types in your App without needing to share code with frameworks or Swift packages.
iOS dev
https://levelup.gitconnected.com/dark-mode-one-year-later-d8b01c3a0d8c
Medium
Dark Mode Tips for iOS
Tips about Dark Mode for iOS 13 apps: customize and resolve dynamic colors and images, work with traits, let users choose the style
iOS dev
https://michaelabadi.com/articles/Proxy-Pattern-Swift/
π§π»
Michael Abadi S. |
π
iOS Engineer |
π
Bangkok,
πΉπ
Thailand |
π²π¨
Indonesian
Understanding Proxy Pattern in Swift within 5 minutes |
π§π»
Michael Abadi S. |
π
iOS Engineer |
π
Bangkok,
πΉπ
Thailand |
π²π¨
Indonesian
Understanding Proxy Pattern in Swift within 5 minutes.
iOS dev
https://peterfriese.dev/async-await-in-swiftui/
iOS dev
https://sarunw.com/posts/how-to-use-swiftui-picker/
Sarunw
How to use SwiftUI Picker | Sarunw
Learn how to use Picker, a UIPickerView equivalent for SwiftUI.
iOS dev
https://sarunw.com/posts/how-to-add-unit-test-target-to-tuist-project/
Sarunw
How to add a unit test target to a Tuist project | Sarunw
We will see how hard (or easy) it is to add a new unit testing bundle target to your Xcode project with Tuist.
iOS dev
https://lickability.com/blog/dynamic-type-and-in-app-font-scaling/
Lickability
Dynamic Type & In-App Font Scaling β Lickability
Our guide to supporting custom fonts & accessibility
iOS dev
https://www.swiftbysundell.com/tips/chained-implicit-member-expressions/
Swift by Sundell
Chained implicit member expressions in Swift 5.4 | Swift by Sundell
How implicit member expression can now be chained, and what sort of APIs that this new feature might enable us to design.
iOS dev
https://mokacoding.com/blog/testing-combine-publisher-cheatsheet/
mokacoding
Unit Testing Combine Publisher Cheatsheet
Snippets to test the behavior of Combine Publishers in XCTest ready to copy and paste into Xcode