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://www.swiftbysundell.com/articles/switching-between-swiftui-hstack-vstack/
Swift by Sundell
Switching between SwiftUI’s HStack and VStack | Swift by Sundell
Different ways to implement a dynamic SwiftUI stack that renders its content either horizontally or vertically, depending on the current context.
iOS dev
https://otbivnoe.ru/2022/07/10/Finally-Multiline-TextField-in-SwiftUI.html
otbivnoe's blog
Multiline TextField in SwiftUI
Here it is! How many times did I try to find an answer on Stackoverflow, uhm? No more custom multiline text fields using TextEditor. Starting with iOS 16 we can achieve it using TextField just by adding a new parameter axis.
iOS dev
https://serialcoder.dev/text-tutorials/software-engineering/design-patterns/the-facade-design-pattern-in-swift/
iOS dev
https://www.polpiella.dev/code-generation-using-swift-package-plugins
www.polpiella.dev
Code generation using Swift Package Plugins
How to build a Swift Package Plugin to automatically generate unit tests from input Swift files.
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/v3MWjZ4AcVxzVW6HfY9IiQ
Weixin Official Accounts Platform
淘宝iOS扫一扫架构升级 - 设计模式的应用
扫一扫是淘宝镜头页中的一个重要组成,功能运行久远。
iOS dev
EN
iOS dev
https://www.raywenderlich.com/31558158-building-with-bazel
kodeco.com
Building with Bazel
Bazel is an open source build system created by Google for compiling large complex codebases. This courses teaches the basics of using building from writing a very simple Java application to compiling an Android app with a lots of dependencies.
✨
Made in…
iOS dev
https://www.swift.org/blog/vscode-extension/
Swift.org
Swift Extension for Visual Studio Code
As Swift is deployed across more platforms, it is important that Swift can be developed on more platforms as well. The Swift Extension for Visual Studio Code provides a cross-platform solution for Swift development supporting macOS, Linux, and Windows.
iOS dev
https://useyourloaf.com/blog/wwdc22-core-data-lab-notes/
Use Your Loaf - iOS Development News & Tips
WWDC22 Core Data Lab Notes
My notes from a WWDC Core Data lab covering CloudKit sync and some general Core Data topics.
iOS dev
https://useyourloaf.com/blog/swiftui-split-view-configuration/
Use Your Loaf - iOS Development News & Tips
SwiftUI Split View Configuration
How to configure the column visibility, width and style of a SwiftUI NavigationSplitView.
iOS dev
https://aws.amazon.com/ru/blogs/aws/new-amazon-ec2-m1-mac-instances/
Amazon
New – Amazon EC2 M1 Mac Instances | Amazon Web Services
Last year, during the re:Invent 2021 conference, I wrote a blog post to announce the preview of EC2 M1 Mac instances. I know many of you requested access to the preview, and we did our best but could not satisfy everybody. However, the wait is over. I have…
iOS dev
https://ampersandsoftworks.com/posts/formatstyle-parseableformatstyle-and-your-custom-types/
Ampersandsoftworks
Formatting your own types – Ampersand Softworks
A full example of adding all of the bells and whistles of ParseableFormatStyle onto your own types, including AttributedString output.
iOS dev
https://otbivnoe.ru/2022/07/13/Enumerated-ForEach-in-SwiftUI.html
otbivnoe's blog
Enumerated ForEach in SwiftUI
Today I'm faced with a fairly common task - implementing an enumerated ForEach with indexes in SwiftUI. At first it seemed straightforward, and it was, but with some small pitfalls that I want to highlight in this post. So, without further ado, let's dive…
iOS dev
https://www.avanderlee.com/swift/app-store-connect-api-adoption/
SwiftLee
App Store Connect API SDK in Swift: Creating Developer Tools
How to use and authenticate for the App Store Connect API by requesting access. Insights into use cases and a reference to the Swift SDK.
iOS dev
https://kelvas09.github.io/blog/posts/assert-precondition-fatalerror/
Kelvas blog
assert, precondition and fatalError
Have you ever crashed your application on purpose?
iOS dev
https://sarunw.com/posts/uipasteboard-privacy-change-ios16/
Sarunw
UIPasteBoard's privacy change in iOS 16 | Sarunw
In iOS 16, Apple allows users to grant or deny pasteboard reading permission before it happens. Let's see what that means to users.
iOS dev
https://sarunw.com/posts/swiftui-text-linelimit/
Sarunw
New way to control number of lines of SwiftUI Text in iOS 16 | Sarunw
In iOS 16, we got a big improvement over lineLimit modifiers. Let's see what we can do with it.
iOS dev
https://medium.com/@vladislavshkodich/architectures-comparing-for-swiftui-6351f1fb3605
Medium
Architectures comparing for SwiftUI
Information, advantages, and disadvantages of most architectures in tandem with SwiftUI usage.
iOS dev
https://swiftwithmajid.com/2022/07/13/mastering-labeledcontent-in-swiftui/
Swift with Majid
Mastering LabeledContent in SwiftUI
One of the new SwiftUI views released during WWDC22 was LabeledContent. And it became one of my favorite views that I try to use everywhere because it fits very well into Human Design Guidelines. This week we will learn how to use LabeledContent to provide…