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://swiftrocks.com/dispatchsource-detecting-changes-in-files-and-folders-in-swift.html
Swiftrocks
DispatchSource: Detecting changes in files and folders in Swift
The DispatchSource family of types from GCD contains a series of objects that are capable of monitoring OS-related events. In this article, we'll see how to use DispatchSource to monitor a log file and create a debug-only view that shows the app's latest…
iOS dev
https://machinethink.net/blog/bounding-boxes/
machinethink.net
How to display Vision bounding boxes
What to do if the predicted bounding boxes are drawn in the wrong place
iOS dev
https://useyourloaf.com/blog/widgetkit-for-ios-getting-started/
Use Your Loaf - iOS Development News & Tips
WidgetKit for iOS - Getting Started
Here's my guide to get you started building widgets with WidgetKit.
iOS dev
https://fivestars.blog/swiftui/swift-protocols.html
FIVE STARS
Swift protocols in SwiftUI | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://www.swiftbysundell.com/articles/sorting-swift-collections/
Swift by Sundell
Sorting Swift collections | Swift by Sundell
A look at the various sorting APIs that the Swift standard library offers, and how we could augment those APIs in order to make more advanced sorting tasks easier to perform.
iOS dev
https://www.swiftbysundell.com/tips/statically-computed-default-property-values/
Swift by Sundell
Statically computed default property values | Swift by Sundell
A neat technique for values that can’t be created with a single line of code.
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.