iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.04K
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://nilcoalescing.com/blog/UsingMeasurementsFromFoundationAsValuesInSwiftCharts/
Nil Coalescing
Using Measurements from Foundation for values in Swift Charts
Build a bar chart using data with values of type Measurement<UnitDuration> that doesn't conform to Plottable by default.
iOS dev
https://swiftsenpai.com/development/swiftui-photos-picker/
Swift Senpai
How to Use the SwiftUI PhotosPicker - Swift Senpai
Learn how to display the new SwiftUI PhotosPicker introduced in iOS 16 and how to handle the assets being selected by the users.
iOS dev
http://swiftwithmajid.com/2022/07/26/viewthatfits-in-swiftui/
Swift with Majid
ViewThatFits in SwiftUI
How often did you use GeometryReader to measure layout and place different views? GeometryReader was always a great tool in our toolbox, but It is elementary to break the layout while using the GeometryReader. Fortunately, the next generation of the SwiftUI…
iOS dev
https://danielsaidi.com/blog/2022/08/01/removing-the-home-indicator-in-swiftui
Daniel Saidi
Removing the iOS home indicator in SwiftUI
In SwiftUI 4 & iOS 16, you will finally be able to hide the home indicator on iPhone & iPad devices that don’t have a home button, without resorting to UIKit-based hacks.
iOS dev
https://www.avanderlee.com/swiftui/integrating-swiftui-with-uikit/
SwiftLee
UIViewRepresentable explained to host UIView instances in SwiftUI
Learn how to integrate SwiftUI into your UIKit app using UIHostingController and how to use UIViewRepresentable to host UIViews in SwiftUI.
iOS dev
https://benoitpasquier.com/2022/07/security-application-static-analysis-applied-to-ios-and-gitlab-ci/
Benoit Pasquier
Security Application Static Analysis applied to iOS and Gitlab CI
Security is a big topic in software engineering but how does it apply to mobile development? We care about user experience or mobile performance, security issues are rarely prioritized. This week, I’ll share how to integrate security tools into your CI pipeline…
iOS dev
https://holyswift.app/common-swift-task-continuation-problem
Holy Swift
Common Swift Task Continuation Problem - Holy Swift
This article shows the most Common Swift Task Continuation Problem in Swift. Avoid this bugs in Task Continuation in your code.
iOS dev
https://www.alexanderlogan.co.uk/wwdc22/07-live-activities/
alexanderlogan.co.uk
Live activities
Your widgets deserve to be seen more.
iOS dev
https://www.polpiella.dev/modularised-app-localisation
Localising a modularised application
www.polpiella.dev
Localising a modularised application
A few tips that work for me when I need to localise a modular application.
iOS dev
CN
iOS dev
https://dirtysalt.github.io/html/tcmalloc.html#org3c62c54
tcmalloc 源码解析
dirtysalt.github.io
tcmalloc
iOS dev
EN
❤
1
iOS dev
https://diggingdeveloper.blog/2022/08/03/til-lldb-po-strongly-captures-an-object-forever/
Digging Developer
TIL: lldb po strongly captures an object, forever
While investigating some memory leak issue, I found out that if I po an object before using Memory Graph, that object would stay in memory forever, and Memory Graph would show something like NSKeyV…
iOS dev
https://www.thealexanderlee.com/blog/how-do-3d-transforms-of-ios-views-work-under-the-hood
Alex Lee
How do 3D transforms of iOS views work under the hood? — Alex Lee
A look at how the CoreAnimation library works under the hood for 3D transformations: translations, rotations, and scales.
iOS dev
https://www.thealexanderlee.com/blog/3d-transforms-on-ios-under-the-hood-part-2-perspective-shifts
Alex Lee
3D transforms on iOS under the hood part II: Perspective shifts — Alex Lee
A look at how the CoreAnimation library works under the hood for 3D transformations, specifically how perspective shifts are calculated.
iOS dev
https://blog.willbish.com/2022/08/02/using-uipastecontrol-in-a-uimenu-in-ios-16/
iOS dev
https://swdevnotes.com/swift/2022/create-a-line-chart-with-swiftui-charts-in-ios-16/
Swdevnotes
Create a line chart with SwiftUI Charts in iOS 16
How to create a line chart with SwiftUI Charts in iOS 16
iOS dev
https://danielsaidi.com/blog/2022/08/08/getting-started-with-the-SwiftUI-navigation-split-view
Daniel Saidi
Getting started with the SwiftUI NavigationSplitView
SwiftUI 4 adds a new NavigationSplitView component that simplifies creating rich sidebar-based experiences on iPad and macOS, while scali...
iOS dev
https://www.polpiella.dev/advances-in-swift-package-access-control
www.polpiella.dev
Advances in Swift Package Manager's dependency access control
Taking a look at the latest Swift 5.7 development snapshot to try the new explicit-target-dependency-import-check flag, which provides improvements to the dependency system within SPM.
iOS dev
https://oleb.net/2022/live-activity/
Ole Begemann
Experimenting with Live Activities
Learnings from implementing my first iOS 16 Live Activity.