iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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://fivestars.blog/swiftui/stack-spacer-alternatives.html
FIVE STARS
An alternative to SwiftUI's stacks + Spacer combo | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://swiftwithmajid.com/2020/12/17/hero-animations-in-swiftui/
Swift with Majid
Hero animations in SwiftUI
Animation is one of the powerful features of SwiftUI. I was shocked when I saw how easy we can animate changes in view hierarchy by simply mutating @State properties and attaching animation modifiers. This week we will talk about another animation type called…
iOS dev
https://useyourloaf.com/blog/creating-dynamic-dark-mode-images-at-runtime/
Use Your Loaf
Creating dynamic dark mode images at runtime
If you're creating your images from the asset catalog you support dark mode by adding light and dark variations of the image. How about when you're creating the images at runtime? How about when you're using SwiftUI?
iOS dev
https://mokacoding.com/blog/tdd-and-ydniy/
mokacoding
How to improve your Test-Driven Development workflow by asking "Do I need this yet?"
Learn how to get the faster feedback with TDD and YDNIY.
iOS dev
https://www.avanderlee.com/swift/result-enum-type/
SwiftLee
Result in Swift: Getting started with Code Examples
Learn how to use the Result enum type in Swift. Make use of methods like map, flatMap, flatMapError, and clean up your code.
iOS dev
https://tanaschita.com/posts/20201214-working-with-bits-in-swift/
iOS dev
https://www.andyibanez.com/posts/expressibleby-protocols-swift/
Andy Ibanez - iOS Developer
The "ExpressibleBy-" Protocols in Swift
Learn how to use the ExpressibleBy- protocols in Swift to write more expressive code.
iOS dev
https://www.pointfree.co/episodes/ep130-parsing-and-performance-the-point
www.pointfree.co
Episode #130: Parsing and Performance: The Point
It is well accepted that hand-rolled, imperative parsers are vastly more performant than parsers built with combinators. However, we show that by employing all of our performance tricks we can get within a stone's throw of the performance of imperative parsers…
iOS dev
https://developer.apple.com/support/psd2/
Apple
Preparing for Strong Customer Authentication - Support - Apple Developer
Starting March 14, 2022, the Financial Conduct Authority (FCA) will require Strong Customer Authentication (SCA) for users in the United Kingdom, which may impact how they complete online purchases. These requirements already apply to users in the European…
iOS dev
https://forums.swift.org/t/accepted-with-modification-se-0296-async-await/43318
Swift Forums
[Accepted with Modification] SE-0296: async/await
The review of SE-0296 – async/await has concluded and the proposal is accepted. Feedback was very positive on the concept of adding async/await in general with a few key points raised: It was suggested that try await reads better than await try. The core…
iOS dev
https://floating-point-gui.de/
floating-point-gui.de
The Floating-Point Guide - What Every Programmer Should Know About Floating-Point Arithmetic
Aims to provide both short and simple answers to the common recurring questions of novice programmers about floating-point numbers not 'adding up' correctly, and more in-depth information about how IEEE 754 floats work, when and how to use them correctly…
iOS dev
https://www.jessesquires.com/blog/2020/12/22/swift-self-executing-anonymous-closures/
Jesse Squires
What type is self in a Swift self-executing anonymous closure used to initialize a stored property?
In JavaScript, this pattern is called an Immediately Invoked Function Expression (IIFE) or a Self-Executing Anonymous Function. Swift doesn’t have an “offici...
iOS dev
https://swiftwithmajid.com/2020/12/23/labels-in-swiftui/
Swift with Majid
Labels in SwiftUI
We often underestimate the power of simple things. The same feelings I had during the first usage of Label view in SwiftUI. It looks straightforward, but it hides many use cases where it works great. Today we will talk about the Label view and its customization…
iOS dev
https://sarunw.com/posts/how-to-specify-fractional-digits-for-formatted-number-string-in-swift/
Sarunw
How to specify fractional digits for formatted number string in Swift | Sarunw
Learn how to format a Float and Double string.
iOS dev
https://sarunw.com/posts/different-ways-to-sort-array-of-strings-in-swift/
Sarunw
Different ways to sort an array of strings in Swift | Sarunw
Learn a proper way to sort an array of strings in each circumstance.
iOS dev
https://www.avanderlee.com/swift/associated-types-protocols/
SwiftLee
Getting started with associated types in Swift Protocols
Associated Types in Swift allow you to reuse code. Define a protocol once and reuse it among different types and constraints.
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://useyourloaf.com/blog/swift-if-case-let/
Use Your Loaf - iOS Development News & Tips
Swift If Case Let
The Swift If-Case-Let syntax always seems backwards to me. Here's a reminder how you use it.
iOS dev
https://medium.com/plus-minus-one/continuous-delivery-in-ios-apps-using-bitrise-2b0deac3e16a
Medium
Continuous Delivery in iOS Apps using Bitrise
Includes humble notes to help you overcome possible challenges for setting up an iOS Continuous Delivery pipeline.
iOS dev
https://medium.com/swlh/swiftui-app-architecture-124b0199d52c
Medium
SwiftUI App Architecture
Advanced SwiftUI Architecture for easy Testability and Data Mocking
iOS dev
https://medium.com/better-programming/creating-neuromorphic-designs-in-swiftui-290c01331738
Medium
Creating Neuromorphic Designs in SwiftUI
Build a trendy, minimalist music player