iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
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.9K subscribers
iOS dev
https://propertyguru.tech/how-we-kept-our-app-on-a-diet-b1bf16b2f531
Medium
How We Kept Our App On a Diet
The Pitch
iOS dev
https://swiftsenpai.com/development/widget-load-remote-data/
Swift Senpai
How to Fetch and Show Remote Data on a Widget? - Swift Senpai
Find out how to create a widget that can perform network activities such as make API calls and download images from a remote server.
iOS dev
https://danielsaidi.com/blog/2023/02/06/adding-scroll-offset-tracking-to-a-swiftui-scroll-view
Daniel Saidi
Adding scroll offset tracking to a SwiftUI ScrollView
The SwiftUI ScrollView is currently quite limited in functionality, and will for instance not let us detect the current scroll offset. Let’s take s look at how to add offset tracking to it.
iOS dev
https://www.pointfree.co/episodes/ep221-point-free-live-dependencies-stacks
www.pointfree.co
Episode #221: Point-Free Live: Dependencies & Stacks
Our first ever livestream! We talk about a few new features that made it into our Dependencies library when we extracted it from the Composable Architecture, live code our way through a NavigationStack refactor of our Standups app, and answer your questions…
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/9ITEbW1_EGu_2vrVfrZ9lA
Weixin Official Accounts Platform
如何实现 iOS 16 带来的 Depth Effect 图片效果
iOS 16 系统为我们带来了比较惊艳的桌面锁屏效果:Depth Effect。本文介绍了如何用苹果自带的 API 通过少量的代码实现手机桌面的 Depth Effect
iOS dev
EN
iOS dev
https://blog.eidinger.info/ios-jailbreak-detection-in-2023
Swifty Tech by Marco Eidinger
iOS Jailbreak Detection in 2023
Learn about jailbreaking, feasibility in 2023 having iOS 16, possibilities of detection to protect your iOS apps and alternatives like App Attest.
iOS dev
https://blog.addisonfrancisco.com/how-abstractions-help-us-solve-tight-coupling
Addison's Blog
How Abstract Types Help Us Solve Tightly Coupled Code
How to use abstraction and avoid the challenges of tightly coupled code. Learn how to resolve hard-coded dependencies and build flexible codebases.
iOS dev
https://holyswift.app/a-beginners-guide-to-styling-components-in-swiftui/
Holy Swift
A Beginner's Guide to Styling Components in SwiftUI - Holy Swift
Make your SwiftUI app stand out with this beginner's guide to styling components, packed with practical tips and examples!
iOS dev
https://swiftwithmajid.com/2023/02/06/mastering-charts-in-swiftui-interactions/
Swift with Majid
Mastering charts in SwiftUI. Interactions.
The Swift Charts framework provides excellent functionality for implementing super custom charts. This week we will learn how to handle user input with gestures to build interactive charts. The Chart type is a simple SwiftUI view, which means you can attach…
iOS dev
https://www.createwithswift.com/applying-gestalt-principles-in-ui-ux-app-design/
Create with Swift
Applying Gestalt Principles in UI/UX App Design
Discover how the foundational principles of visual perception can be applied to enhance the user experience in your app.
iOS dev
https://levelup.gitconnected.com/conquer-data-races-with-swift-actors-efaf9512f324
Medium
Conquer Data Races with Swift Actors
Unleash the power of Swift concurrency with Actors! Get all the information you need in this comprehensive article
iOS dev
https://useyourloaf.com/blog/ipad-customizable-toolbars/
Use Your Loaf - iOS Development News & Tips
iPad Customizable Toolbars
Create a customizable toolbar for the iPad.
iOS dev
https://www.avanderlee.com/concurrency/detached-tasks/
SwiftLee
Detached Tasks in Swift explained with code examples
Detached tasks allow you to run code asynchronously, but you should be aware of the substantial consequences they introduce.
iOS dev
https://danielsaidi.com/blog/2023/02/09/adding-a-sticky-header-to-a-swiftui-scroll-view
Daniel Saidi
Adding a stretchable & sticky header to a SwiftUI ScrollView
As we’ve previously looked at how to implement offset tracking and stretchable headers for SwiftUI scroll views, let’s combine them to implement a stretchy, sticky scroll view header.
iOS dev
https://www.swift.org/blog/tspl-on-docc/
Swift.org
“The Swift Programming Language” book now published with DocC
We’re happy to announce that The Swift Programming Language book (TSPL) is now published using Swift-DocC, starting with Swift 5.8. TSPL is now ready to start accepting content contributions, under the direction of the Swift Documentation Workgroup.
iOS dev
https://khanlou.com/2023/02/arbitrary-beautiful-colors/
Arbitrary Beautiful Colors
RGB kind of sucks.
iOS dev
https://www.polpiella.dev/safely-pinning-spm-depedencies-to-exact-versions
www.polpiella.dev
Safely pinning SPM dependencies to exact versions
I will show you how code might change across different builds even when depending on an exact version of a Swift Package as well as how to mitigate the risks associated with this.
iOS dev
https://rhonabwy.com/2023/02/10/creating-an-xcframework/
Rhonabwy
Creating an XCFramework
In the past couple of years, I’ve had the occasion to want to make an XCFramework – a bundle that’s used by Apple platforms to encapsulate binary frameworks or libraries – a…