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://stanbaranouski.com/blog/pagination-in-mobile-development
iOS dev
https://www.donnywals.com/faking-network-responses-in-tests/
Donny Wals
Faking network responses in tests – Donny Wals
Unit tests should avoid the Network if possible and there are many ways to achieve this. In this post you will learn how you can fake network responses using Codable in Swift.
iOS dev
https://www.appsdissected.com/json-codable-decodingerror-quicktype/
Apps Dissected
Restoring your sanity reading JSON into Codables
Integrating your app with APIs means you’re going to be dealing with parsing JSON in data objects you can use nicely. iOS provides the Codable protocol to do just that thing, but once you start try…
iOS dev
https://medium.com/flawless-app-stories/cool-custom-view-controller-transitions-advanced-df2d0ca08029
Medium
Cool Custom View Controller Transitions — Advanced
Advanced guide on how to add custom transitions from one view controller to another.
iOS dev
https://medium.com/twinkl-educational-publishers/create-your-first-ar-app-with-realitykit-and-swiftui-7c5d1388b5
Medium
Create your first AR app with RealityKit and SwiftUI
A tutorial for creating your first RealityKit app using SwiftUI and MacOS Catalina.
iOS dev
https://medium.com/better-programming/how-to-train-a-core-ml-model-on-your-device-cccd0bee19d
Medium
How To Train a Core ML Model in Your iOS App
The sequel to “How To Create Updatable Models Using Core ML 3”
iOS dev
https://mecid.github.io/2019/10/23/reusing-swiftui-views-across-apple-platforms/
Majid’s
Reusing SwiftUI views across Apple platforms
This week we will talk about reusing SwiftUI views between Apple platforms. We will learn how to run the same views both on iOS, watchOS and macOS without any changes. To make it possible, all we need is an understanding of the view decomposition principle.
iOS dev
https://troz.net/post/2019/swiftui-data-flow/
TrozWare
SwiftUI Data Flow - TrozWare
Crazy Mac lady. Mac author & developer. Lover of Apple computers and devices. Swift & SwiftUI enthusiast. Unofficial Mac app dev evangelist
iOS dev
https://useyourloaf.com/blog/testing-app-launch-time/
Use Your Loaf
Testing App Launch Time
Slow App startup times don’t give a great first impression to users of your App. Take too long and Apple may even kill your App before it finishes launching. Use the new metrics in Xcode 11 to test and track your App launch times.
iOS dev
https://swift.org/blog/sswg-update/
Swift.org
SSWG 2021 Annual Update
Since the last update from the SSWG, the Swift on Server ecosystem has continued to grow and expand.
iOS dev
https://www.donnywals.com/understanding-the-ios-13-scene-delegate/
Donny Wals
Understanding the iOS 13 Scene Delegate – Donny Wals
New in iOS 13, the scene delegate. But what does it do? And how are you supposed to use it? Learn everything you need to know about the scene delegate in this blog post!
iOS dev
https://www.bigeng.io/implementing-ios-13-dark-mode-in-the-new-bigcommerce-mobile-app/
Think Big
Implementing iOS 13 Dark Mode in the new BigCommerce mobile app
How the BigCommerce mobile team added support for a major new feature of iOS 13.
iOS dev
https://www.appcoda.com/in-app-purchases-guide/
AppCoda
A Complete Guide to In-App Purchases for iOS Development
Hello folks! In a time where the App Store is full of apps, users have more than plenty of options to choose from. There is a lot of competition on all kind of apps, and users want to try them before they decide whether they like them or not. On
iOS dev
https://www.objc.io/blog/2019/10/29/swiftui-environment/
www.objc.io
SwiftUI: Setting Environment Values
A simple task tells us a lot about SwiftUI
iOS dev
https://edit.theappbusiness.com/ios-pro-pull-to-search-74be33b76da
iOS dev
https://forums.swift.org/t/draft-proposal-package-resources/29941
Swift Forums
Draft Proposal: Package Resources
Hi, Some of us have been iterating on a proposal for adding support for resources in Swift packages. I'd like to start a discussion and get community feedback on the design. The latest proposal is always available here. Package Resources Proposal: SE…
iOS dev
https://sarunw.com/posts/dark-color/
Sarunw
Dark color | Sarunw
Things you should know about color when adopting dark mode.
iOS dev
https://www.dashdevs.com/blog/the-ultimate-guide-to-in-app-purchase-in-ios-application-development-part-3/
App Purchase in iOS App Development Part 3 | Dashdevs
How To Integrate An In-App Purchase Function Into Your Software Product? Discover Dashdevs And Learn About The Most Useful Libraries That Help You Gain Profit!
iOS dev
https://medium.com/better-programming/implementing-multiple-window-support-in-ipados-5b9a3ceeac6f
Medium
Implementing Multiple Window Support in iPadOS
AppDelegate takes a back seat. SceneDelegate takes over.
iOS dev
https://mecid.github.io/2019/10/30/view-composition-in-swiftui/
Majid’s
View composition in SwiftUI
SwiftUI is a declarative framework for building User Interfaces on Apple platforms. The keyword here is declarative. Declarative means that you need to declare what you want to achieve, and the framework takes care of it. Framework knows the best way to render…