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://swiftui-lab.com/impossible-grids
iOS dev
https://fabianfett.de/swift-on-aws-lambda-creating-your-first-http-endpoint
iOS dev
https://www.donnywals.com/setting-up-a-core-data-store-for-unit-tests
Donny Wals
Setting up a Core Data store for unit tests – Donny Wals
Learn how to set up and configure an in-memory Core Data store for testing purposes
iOS dev
https://www.donnywals.com/using-codable-with-core-data-and-nsmanagedobject
Donny Wals
Using Codable with Core Data and NSManagedObject – Donny Wals
Learn how you can conform you NSManagedObject subclasses to Codable in Swift
iOS dev
https://www.appcoda.com/linkpresentation-framework/
AppCoda
Using LinkPresentation Framework to Present Rich Links in iOS Apps
While I’ve introduced you quite a number of new features announced in WWDC 2020. Let’s step back a bit and check out a useful framework introduced in WWDC 2019. At first glance, it does not look as significant or important as other frameworks, however it…
iOS dev
https://www.kiloloco.com/articles/004-dependency-injection-via-property-wrappers/
Dependency Injection via Property Wrappers
iOS dev
https://sarunw.com/posts/new-way-to-manage-back-button-title-in-ios14/
Sarunw
A new way to manage the back button title in iOS 14 with backButtonDisplayMode | Sarunw
Apple adds a new way to control where the back button will pick up its title. Let's see how this make thing a lot easier going forward.
iOS dev
https://www.raywenderlich.com/10846296-introducing-cryptokit
kodeco.com
Introducing CryptoKit
Cryptography is key to protecting your users’ data. This tutorial shows you how to use Apple’s new CryptoKit API to authenticate or encrypt your app’s data.
iOS dev
https://exyte.com/blog/implementing-grid-layout-in-swiftui
Exyte
Implementing Grid Layout in SwiftUI
iOS dev
https://itnext.io/apple-maps-url-schemes-e1d3ac7340af
Medium
Apple Maps URL Schemes
In this article I will explain to you the Apple Maps URL Schemes and show you, how to use them.
iOS dev
https://medium.com/@karinprater/how-to-make-navigation-in-swiftui-a-piece-of-cake-223b2a40c6c1
Medium
How to make Navigation in SwiftUI a piece of cake
If you are used to functional programming with UIKit, it takes some time to wrap your head around SwiftUI. This is especially true for…
iOS dev
https://medium.com/better-programming/geometryeffect-in-swift-2-0-6a7b2fbdb134
Medium
GeometryEffect in Swift 2.0
Getting to know the new GeometryEffect
iOS dev
https://medium.com/better-programming/the-swiftui-toolbar-in-ios-14-b4a0fe6a3034
Medium
The SwiftUI Toolbar in iOS 14
Let’s look at the new modifier to smartly place views in our layout
iOS dev
https://www.swiftbysundell.com/articles/rendering-textured-views-with-swiftui/
Swift by Sundell
Rendering textured views with SwiftUI | Swift by Sundell
Tips on how to texture SwiftUI views using tiling images, and how to ensure that such views are rendered in a smooth and predictable manner.
iOS dev
https://ashishkakkad.com/2020/07/xcode-12-whats-new-in-ios-simulator/
Ashish Kakkad
Xcode 12 - What's new in iOS Simulator? - Ashish Kakkad
Xcode 12 comes with great changes in the iOS Simulator. Check this blog to explore the updates which came in Xcode 12 beta.
iOS dev
https://benoitpasquier.com/atomic-properties-thread-safe-data-structure-swift/
Benoit Pasquier
Atomic properties and Thread-safe data structure in Swift
A recurring challenge in programming is accessing a shared resource concurrently. How to make sure the code doesn’t behave differently when multiple thread or operations tries to access the same property. In short, how to protect from a race condition?
iOS dev
https://medium.com/@KaneCheshire/swift-package-manager-is-a-security-risk-4d13f3a7bc3b
Medium
Swift Package Manager is a potential security risk
Let me start off by saying I absolutely love Swift Package Manager and I think it’s the future of dependency management on iOS, so-much-so…
iOS dev
https://noahgilmore.com/blog/xcode-shared-test-target/
Noahgilmore
Creating a shared unit test utils library with Xcode
I've been talking a fair amount recently about how I've been writing a lot of unit tests for Fluency, my Confluence editor app, and how much I value having good tests to catch regressions and verify that the editor is actually working correctly. In the case…
iOS dev
https://harshil.net/blog/swift-sequence-collection-array
Harshil Shah
Swiftʼs Collection Types
Sequence, Collection, Array, and everything in between.
iOS dev
https://www.avanderlee.com/swift/uibutton-uicontrol-closure-target
SwiftLee
Adding a closure as a target to UIButton and other controls in Swift
Learn how to use closures with a UIButton, UISwitch, UITextField, and other user interface elements with Swift APIs and without 3rd party dependencies.