iOS dev
@iosdevio
10.8K
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.8K subscribers
iOS dev
https://betterprogramming.pub/how-to-boost-your-ios-code-performance-reduce-searching-an-array-55fbdfee2050
Medium
How To Boost Your iOS Code Performance: Reduce Searching In Array
A tip for optimising speed for your Swift and Objective-C code
iOS dev
https://betterprogramming.pub/how-to-boost-your-ios-code-performance-by-reducing-collection-type-initialisation-564bffee94a3
Medium
How To Boost Your iOS Code Performance by Reducing Collection Type Initialisation
A tip for optimising speed for your Swift and Objective-C code
iOS dev
https://medium.com/@rowanwillson/ios-hardware-accelerated-2d-terrain-visualisation-in-ozrunways-ab4f919edc45
Medium
iOS hardware accelerated 2D terrain visualisation in OzRunways
A look at Apple Accelerate framework
iOS dev
https://betterprogramming.pub/creating-a-3d-tic-tac-toe-in-scenekit-under-swiftui-19d08bf752bd
Medium
Creating a 3D Tic-Tac-Toe in SceneKit Under SwiftUI
A stab at creating the classic Qubic game
iOS dev
https://medium.com/@FunCorp/stopping-nszombie-invasion-d8fb0250c22e
Medium
Stopping NSZombie Invasion
Check out the zombie object detection mechanism we made for the iFunny app! Code included
iOS dev
https://www.raywenderlich.com/34269507-background-modes-tutorial-getting-started
kodeco.com
Background Modes Tutorial: Getting Started
In this tutorial, you’ll create an app that uses audio playback, location updates, critical tasks, and background fetch to learn about the most common background modes.
iOS dev
https://swdevnotes.com/swift/2022/customise-a-line-chart-with-swiftui-charts-in-ios-16/
Swdevnotes
Customise a line chart with SwiftUI Charts in iOS 16
How to - Customise a line chart with SwiftUI Charts in iOS 16
iOS dev
https://betterprogramming.pub/an-introduction-to-coordinator-pattern-in-swiftui-38e5b02f031f
Medium
An Introduction to SwiftUI’s Coordinator Pattern
Dive into this in-depth guide on handling SwiftUI’s navigation
iOS dev
https://swiftwithmajid.com/2022/08/10/mastering-grid-layout-in-swiftui/
Swift with Majid
Mastering grid layout in SwiftUI
You might be familiar with the LazyVGrid and LazyHGrid views we have from the second iteration of the SwiftUI framework. They work great for the massive data arrays you want to display as the grid. But it is not always possible to arrange the columns and…
iOS dev
https://azamsharp.com/2022/08/09/intro-to-mv-state-pattern.html
AzamSharp
Intro To Mv State Pattern
MV State Pattern - A Better Way of Building SwiftUI Apps
iOS dev
https://www.thealexanderlee.com/blog/sawing-off-more-than-we-can-chew-an-investigation-of-how-lldb-handles-logging-streams-in-real-time
iOS dev
https://swiftsenpai.com/development/swiftui-custom-cell/
Swift Senpai
How To Create Custom UICollectionViewListCell Using SwiftUI - Swift Senpai
Learn how to use SwiftUI to create a collection view cell with custom height, separator inset, and content margin.
iOS dev
https://www.polpiella.dev/from-nsregular-expression-to-swift-regex
www.polpiella.dev
From NSRegularExpression to SwiftRegex
An example of the new SwiftRegex API by refactoring code using NSRegularExpression using the new RegexBuilder framework.
iOS dev
https://www.avanderlee.com/swift/shared-with-you/
SwiftLee
Shared with You implementation and testing explained
Shared with You allows your app to display content shared by users inside Messages. Learn how to implement and test this in your apps.
iOS dev
https://holyswift.app/recreating-c-atoi-function-in-swift/
Holy Swift
Recreating C++ atoi Function in Swift - Holy Swift
Solution for the leetcde problem Integer to String(atoi). How to solve it in O(N) in Swift. Check the atoi function in Swift answer here!
iOS dev
https://www.jessesquires.com/blog/2022/08/11/implementing-a-main-thread-watchdog-on-ios/
Jesse Squires
Implementing a main thread watchdog on iOS
On iOS the operating system employs a watchdog that monitors for and terminates unresponsive apps. If your app is blocking the main thread for too long, the ...
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/fTmgN5phGQtbQOUHZ7Pe3Q
Weixin Official Accounts Platform
iOS 底层原理39:Instruments系列(三)Animation Hitches
引言从Xcode12开始,Instrument更新了UI,新增了一个模板 Animation Hitches
iOS dev
https://mp.weixin.qq.com/s/YtyrIl8UWK43iYfjN4HUyQ
Weixin Official Accounts Platform
网络通信 | HTTP(S)那些事儿
看完这篇文章,你将拥有自行深入学习HTTP的能力了,比如通过WireShark、Chrome、Telnet工具,甚至可以去看RFC文档,里面几乎包含了所有网络相关的重要资料。
iOS dev
EN