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
EN
iOS dev
https://developer.apple.com/news/?id=hi37aek8
Apple
Live Activities now available in beta - Latest News - Apple Developer
Live Activities help people stay on top of what’s happening in your app in real time, right from the Lock Screen. You can now get started with Live Activities and the new ActivityKit framework, which are available in the beta 4 version of iOS 16.Please note…
iOS dev
https://swiftui-lab.com/eager-grids/
The SwiftUI Lab
Eager Grids with SwiftUI
Introduction Back in 2020 we got new views to draw grids in SwiftUI (LazyVGrid and LazyHGrid). Two years later, we are getting yet another view to display [...]
iOS dev
https://samwize.com/2022/07/25/how-to-inject-a-property/
@samwize
How to inject a property
This is cool trick to inject a certain property for a type.
iOS dev
https://azamsharp.com/2022/07/21/view-is-the-view-model.html
AzamSharp
View Is The View Model
SwiftUI View is also a View Model
iOS dev
https://twitter.com/simonbs/status/1549041817731170305
iOS dev
https://webkit.org/blog/12967/understanding-gc-in-jsc-from-scratch/
WebKit
Understanding Garbage Collection in JavaScriptCore From Scratch
JavaScript relies on garbage collection (GC) to reclaim memory.
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…