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://holyswift.app/two-sum-problem-in-swift/
Holy Swift
Two Sum Problem in Swift - Holy Swift
How to solve the first Leetcode problem in Swift. Two Sum problem solved in Swift! Use hash maps to leverage your daily algorithms.
iOS dev
https://swiftwithmajid.com/2022/08/30/lock-screen-widgets-in-swiftui/
Swift with Majid
Lock screen widgets in SwiftUI
One of the most requested features for iOS was customizable lock screens. We can populate our lock screen with glanceable widgets. Implementing a lock screen widget is straightforward because its API shares the same code with home screen widgets. This week…
iOS dev
https://forceunwrap.com/probably-the-best-guide-to-swift-timer/
forceUnwrap - Lift your Swift skills & career to the next level
Probably the best guide to Swift Timer - forceUnwrap
Swift's Timer class allows us to schedule work. Repeat the work or run it once. SwiftUI import SwiftUI struct TimersSwiftUIPlayground: View { private let timer = Timer.publish(every: 1, on: .main, in: .common).autoconnect() @State private var timerRunCount…
iOS dev
https://rensbr.eu/blog/swiftui-diffing/
SwiftUI's diffing algorithm
iOS dev
https://www.avanderlee.com/swiftui/voiceover-navigation-improvement-tips/
SwiftLee
VoiceOver navigation improvement tips for SwiftUI apps
Improving VoiceOver navigation support is an essential part of making your apps more accessible. A few tips can help you improve quickly.
iOS dev
https://artandscienceofcoding.com/science/kmm-for-ios-engineers/
art and science of coding
The iOS Engineer’s Guide to Beginning Kotlin Multiplatform Development
Techniques for Sharing Code using Kotlin Multiplatform
iOS dev
https://developer.apple.com/news/?id=3ne3586t
Apple
Get ready for iOS 16, tvOS 16, and watchOS 9 - Discover - Apple Developer
Now that you’ve watched September's Apple Event, get ready for the release of iOS 16, tvOS 16, and watchOS 9.
iOS dev
https://trycombine.com/posts/introducing-markcodable/
try Code
Introducing MarkCodable
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://sarunw.com/posts/how-to-add-button-to-navigation-bar-in-swiftui/
Sarunw
How to add button to navigation bar in SwiftUI | Sarunw
Learn how to add navigation bar buttons in SwiftUI.
iOS dev
https://sarunw.com/posts/sf-font-width-styles/
Sarunw
SF Font Expanded, Condensed, and Compressed: Three New font width styles in iOS 16 | Sarunw
In iOS 16, Apple introduces three new width styles to the SF font family. Let's see what they look like and how to use them.
iOS dev
https://swiftwithmajid.com/2022/09/07/customizing-toolbars-in-swiftui/
Swift with Majid
Customizing toolbars in SwiftUI
Toolbars API is one of my favorite APIs in SwiftUI. It allows you to define the toolbar and its items in a very declarative way behaving differently on separate platforms. The next generation of the SwiftUI framework brings us more ways of customizing toolbars.…
iOS dev
https://medium.com/@ConnectCode/from-chaining-and-blending-to-digital-compositing-core-image-cifilter-62c308277865
Medium
From chaining and blending to digital compositing Core Image CIFilter
Core Image is a powerful iOS framework that makes hardware-accelerated image manipulation easy. Oftentimes, as developers, we use it to add…
iOS dev
https://holyswift.app/exploring-swiftui-redraw-behavior-with-instruments/
Holy Swift
Exploring SwiftUI Redraw Behavior with Instruments - Holy Swift
Check with a simple app the optimization to don't SwiftUI redraw view than it is needed. Learn to pass data around safely in SwiftUI.
iOS dev
https://holyswift.app/linked-list-problem-add-two-numbers-in-swift/
Holy Swift
Linked List Problem - Add Two Numbers in Swift - Holy Swift
Check the solution for the Leetcode problem called Add Two Numbers in Swift. Start your linked list Swift algorithm studying today!
iOS dev
https://medium.com/geekculture/concurrency-in-ios-gcd-c3a69acd7f31
Medium
Concurrency in iOS: GCD
This would be my first article that talk about concurrency in iOS
iOS dev
https://useyourloaf.com/blog/getting-started-with-swift-regex/
Use Your Loaf
Getting Started with Swift Regex
Swift 5.7 brings a whole new way of working with regular expressions.
iOS dev
https://useyourloaf.com/blog/iphone-14-screen-sizes/
Use Your Loaf - iOS Development News & Tips
iPhone 14 Screen Sizes
The notch is being replaced by the dynamic island. Here's a recap of what's changed with the 2022 iPhone 14 screen sizes.
iOS dev
https://www.donnywals.com/xcode-14-publishing-changes-from-within-view-updates-is-not-allowed-this-will-cause-undefined-behavior/
Donny Wals
Xcode 14 “Publishing changes from within view updates is not allowed, this will cause undefined behavior”
Some of the SwiftUI code that I’ve been using fine for a long time now has recently started coming up with this purple warning. Initially I thought that there was a chance that I was, in fact…
iOS dev
https://www.avanderlee.com/swiftui/accessibility-uikit-developers/
SwiftLee
Accessibility in SwiftUI explained for UIKit developers
Accessibility in SwiftUI works a little different than in UIKit, but with a few tips you'll be able to get up to speed quickly.
iOS dev
https://swiftui-lab.com/layout-protocol-part-1/
iOS dev
https://swiftui-lab.com/layout-protocol-part-2/