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
https://www.cephalopod.studio/blog/refining-accessibility-lessons-learned
🐙
Cephalopod Studio
Refining Accessibility: Lessons Learned —
🐙
Cephalopod Studio
In my post about making a really cool aurora background I had a section on adjusting for accessibility. I’ve since reconsidered what I wrote and wanted to share more about what I’ve learned. Rethinking Our Steps The first setting I adjusted for in my…
iOS dev
https://isalima.xyz/create-publishers-for-healthkit/
iOS dev
https://swiftwithmajid.com/2021/04/15/accessibility-actions-in-swiftui/
Swift with Majid
Accessibility actions in SwiftUI
SwiftUI provides us accessible views out of the box, and usually, you don’t need to do anything to build an accessible app for your users. But there is always room for improvements and additional functionality that you can create using Accessibility API.…
iOS dev
https://swiftsenpai.com/development/photo-library-permission/
Swift Senpai
How to Manage Photo Library Permission in iOS - Swift Senpai
This article shows you how to manage each and every photo authorization status, including the limited access status introduced in iOS 14.
iOS dev
https://nemecek.be/blog/97/creating-basic-configurable-siri-shortcut
nemecek.be
Creating basic configurable Siri Shortcut
Simplest possible tutorial to get you started with Siri Intents.
iOS dev
https://www.donnywals.com/whats-the-difference-between-a-singleton-and-a-shared-instance-in-swift/
Donny Wals
What’s the difference between a singleton and a shared instance in Swift? – Donny Wals
A common pattern on iOS, and in Swift, is to define an instance of an object that you can access from any place in your app. Common examples are , , and . These objects can all be considered shared…
iOS dev
https://ohmyswift.com/blog/2021/04/14/exploring-deque-in-swift-collections/
OhMySwift
Exploring Deque in Swift Collections
Deque (should be pronounced as “deck”) is a collection implementing double-ended queues. Deques are similar to arrays, but they have efficient insertions and removal of elements at the beginning and at the end.
iOS dev
https://sarunw.com/posts/uikits-contentmode-in-swiftui/
Sarunw
Replicate 12 UIKit's contentMode options in SwiftUI | Sarunw
In UIKit, we have various ways to control an image's position and behavior in UIImageView with a help contentMode property. In SwiftUI, we only have fit and fill content mode. Let's see how we can replicate the rest.
iOS dev
https://sarunw.com/posts/how-to-resize-an-image-to-fit-a-container-view-in-swiftui/
Sarunw
How to resize an image view to fit a container view in SwiftUI | Sarunw
Learn how to fit an image view to any container.
iOS dev
https://www.fivestars.blog/articles/swiftui-protocols/
FIVE STARS
Every SwiftUI protocol explained | FIVE STARS
How many protocols does SwiftUI define? How many do we know about and actually use? Let's answer these questions, and more!
iOS dev
https://itnext.io/modularize-xcode-projects-using-local-swift-packages-8fd844c19081
Medium
Modularize Xcode Project using local Swift Packages
Swift Package Manager is most likely the future of working with Swift dependencies, but we can also use it to manage local code!
iOS dev
https://useyourloaf.com/blog/swiftui-adaptive-stack-view-with-equal-distribution/
Use Your Loaf
SwiftUI Adaptive Stack View With Equal Distribution
Getting to grips with SwiftUI requires thinking a little different.
iOS dev
https://www.avanderlee.com/swiftui/conditional-view-modifier/
SwiftLee
How to create a Conditional View Modifier in SwiftUI
A Conditional View Modifier can be created using a custom extension on View. Combined with a Boolean extension we simplify our SwiftUI logic.
iOS dev
https://holyswift.app/single-forward-pipe-operator-in-swift
Holy Swift
Single Forward Pipe Operator in Swift - Holy Swift
This article is how to make a Single Forward Pipe Operator in Swift. Come and learn this Functional Programming technique in Swift.
iOS dev
https://medium.com/realm/adapting-apples-scrumdinger-swiftui-tutorial-app-to-use-realm-2ccabaaa855b
Medium
Adapting Apple’s Scrumdinger SwiftUI Tutorial App to Use Realm
Apple published a great tutorial to teach developers how to create iOS apps using SwiftUI. Here I show how to migrate that app to Realm.
iOS dev
https://www.swiftbysundell.com/articles/styled-localized-strings-in-swift/
Swift by Sundell
Styling localized strings in Swift | Swift by Sundell
How to render localized strings that contain mixed styling using either UIKit or SwiftUI.
iOS dev
https://developer.apple.com/news/?id=ib31uj1j
Apple
App Store submission update - Latest News - Apple Developer
Make sure your apps make the most of iOS 14, iPadOS 14, and watchOS 7. Build your apps with the Xcode 12.5 Release Candidate, update your product pages, and submit them for review.
iPhone and iPad apps. Starting April 26, 2021, all iPhone and iPad apps submitted…
iOS dev
https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes
Xcode 12.5 Release Notes
iOS dev
https://sarunw.com/posts/how-to-set-screen-background-color-in-swiftui/
Sarunw
How to set a screen's background color in SwiftUI | Sarunw
Setting background color in SwiftUI is not as straightforward as UIKit. Let's learn how to do it.
iOS dev
https://sarunw.com/posts/xcode-shortcuts-for-swiftui/
Sarunw
4 Xcode shortcuts to boost your productivity for SwiftUI | Sarunw
Leaning tips and tricks about the tool will help you down the road. Today, I will show you 4 Xcode shortcuts that I find helpful when dealing with SwiftUI.