iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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://swiftramen.com/home/escaping-and-non-escaping-closures
iOS dev
https://augmentedcode.io/2020/11/22/using-an-image-picker-in-swiftui/
Augmented Code
Using an image picker in SwiftUI
A SwiftUI view showing buttons for taking a photo and opening photo album.
iOS dev
https://www.andyibanez.com/posts/lazy-sequences-in-swift/
Andy Ibanez - iOS Developer
Lazy Sequences in Swift
Learn about lazy sequences in Swift and how to use them.
iOS dev
https://www.47deg.com/blog/swift-for-tensor-flow-describing-model/
47 Degrees
Swift for TensorFlow: Describing your model | 47 Degrees
Learn how you can describe a simple Neural Network using Swift for TensorFlow.
iOS dev
https://www.ably.io/topic/websockets-swift
Ably Realtime
WebSockets and Swift: client-side engineering challenges | Ably Realtime
Learn about the many challenges of providing realtime data by implementing a dependable client-side WebSocket solution for Swift apps.
iOS dev
https://swiftwithmajid.com/2020/11/24/commands-in-swiftui/
Swift with Majid
Commands in SwiftUI
This week we will talk about another new API that Apple released this year during WWDC 20. Replacing AppDelegate with the new SwiftUI App Lifecycle brings us tons of new APIs that we can use to replace old functionality with a brand new declarative API. One…
iOS dev
https://www.avanderlee.com/swift/property-wrappers/
SwiftLee
Property Wrappers in Swift explained with code examples
Learn how to create Property Wrappers in Swift. Use the @propertyWrapper to remove boilerplate, improve readability, and clean up code.
iOS dev
https://developer.apple.com/app-store/small-business-program/
Apple Developer
App Store Small Business Program - Apple Developer
Propel your small business forward with the next generation of groundbreaking apps on the App Store and invest more resources into your business.
iOS dev
https://useyourloaf.com/blog/adding-views-and-modifiers-to-the-xcode-library/
Use Your Loaf - iOS Development News & Tips
Adding Views and Modifiers to the Xcode Library
Xcode 12 allows you to add your own custom SwiftUI views and modifiers to the Xcode Library. Here's my quick summary of how it works.
iOS dev
https://fivestars.blog/swiftui/programmatic-navigation.html
FIVE STARS
The future of SwiftUI navigation (?) | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://swiftsenpai.com/development/reduce-uiimage-memory-footprint/
Swift Senpai
Reducing Memory Footprint When Using UIImage - Swift Senpai
Learn how to use image downsampling to drastically reduce an app memory footprint when dealing with high definition UIImage.
iOS dev
https://sarunw.com/posts/uistackview-padding/
Sarunw
UIStackView padding | Sarunw
Learn how to add padding to your stack view's content.
iOS dev
https://masilotti.com/testing-ui-without-ui-testing/
Masilotti.com
Testing the UI without UI Testing in Swift | Masilotti.com
Feature tests: three techniques to try before reaching for XCUITest.
iOS dev
https://kean.blog/post/formatted-strings
kean.blog
Formatted Strings
Using XMLParser and NSAttributedString to add support for basic formatting in localizable strings
iOS dev
https://mokacoding.com/blog/how-to-write-tests-for-swift-result/
mokacoding
The many ways of testing Result
Tips and tricks to improve unit tests for Result values.
iOS dev
https://googleprojectzero.blogspot.com/2020/12/an-ios-zero-click-radio-proximity.html
Blogspot
An iOS zero-click radio proximity exploit odyssey
Posted by Ian Beer, Project Zero NOTE: This specific issue was fixed before the launch of Privacy-Preserving Contact Tracing in iOS 13.5 in...
iOS dev
https://www.donnywals.com/observing-the-result-of-saving-a-background-managed-object-context-with-combine/
Donny Wals
Observing the result of saving a background managed object context with Combine
I love posts where I get to put write about two of my favorite frameworks at the moment; Combine and Core Data. When you’re working with Core Data, it’s common to perform save operations…
iOS dev
https://swiftwithmajid.com/2020/12/02/focus-management-in-swiftui/
Swift with Majid
Focus management in SwiftUI
WWDC 20 brings us tons of new SwiftUI APIs, which we can use to improve our apps user experience without using UIKit. One of these new APIs was the focus management API that we can use on iOS, macOS, tvOS, and watchOS. This week we will talk about SwiftUI…
iOS dev
https://www.andyibanez.com/posts/understanding-limited-photo-library-ios-14/
Andy Ibanez - iOS Developer
Understanding the Limited Photo Library in iOS 14
Learn how to implement features to deal with Apple's new privacy-focused photo library features.
iOS dev
https://www.avanderlee.com/optimization/launch-time-performance-optimization/
SwiftLee
App Launch Time: 7 tips to increase performance
App Launch Time performance can have a big impact on app usage. Use these 7 tips to increase app usage and startup statistics.
iOS dev
https://www.swiftbysundell.com/tips/observing-combine-publishers-in-swiftui-views/
Swift by Sundell
Observing Combine publishers in SwiftUI views | Swift by Sundell
Lightweight state observations.