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://sarunw.com/posts/better-print-debugging-with-xcode-breakpoints/
Sarunw
Better print debugging with Xcode breakpoints | Sarunw
Print debugging is the simplest form of debugging technique, but it possesses some drawbacks. Let's see how we can make it better by using Xcode breakpoints.
iOS dev
https://sarunw.com/posts/what-is-escaping-in-swift-closures/
Sarunw
What is @escaping in Swift closures | Sarunw
Learn the meaning of @escaping so you know what to do when you see it or when you need to write one.
iOS dev
https://www.andyibanez.com/posts/writing-custom-nsformatters-swift/
Andy Ibanez - iOS Developer
Writing Custom NSFormatters in Swift
Learn how to write your own NSFormatter subclasses in Swift.
iOS dev
https://www.avanderlee.com/swift/available-deprecated-renamed/
SwiftLee
How to use the #available attribute in Swift
Run code on specific iOS versions, mark methods as deprecated or obsoleted, and rename methods using the available and unavailable attribute.
iOS dev
https://danielsaidi.com/blog/2020/10/16/swift-semantics
iOS dev
https://swift.org/blog/swift-service-discovery
Swift.org
Introducing Swift Service Discovery
It is my pleasure to announce a new open source project for the Swift Server ecosystem, Swift Service Discovery. Service Discovery is a Swift package designed to establish a standard API that can be implemented by various service discovery backends such as…
iOS dev
https://benscheirman.com/2020/10/managing-version-numbers-with-fastlane
Ben Scheirman
Managing Version Numbers with Fastlane
In this post I will describe how I use fastlane to manage my iOS and macOS version numbers for my releases.
iOS dev
https://nemecek.be/blog/52/implementing-multi-user-support-in-tvos-14
nemecek.be
Implementing multi-user support in tvOS 14
Turns out it is pretty easy change to make with potential benefits for your users.
iOS dev
https://swiftsenpai.com/development/declarative-list-header-footer/
Swift Senpai
Declarative UICollectionView List Header and Footer - Swift Senpai
Learn how to add a header and footer declaratively into a UICollectionView list using SupplementaryRegistration and UICollectionViewListCell.
iOS dev
https://www.47deg.com/blog/keypaths-optics/
47 Degrees
Swift KeyPaths under a different optic | 47 Degrees
KeyPaths are widely used in Swift, and have their grounds in a powerful FP concept: optics.
iOS dev
https://danielsaidi.com/blog/2020/10/20/validate-localized-resources
iOS dev
https://benoitpasquier.com/automating-appstore-localized-screenshot-xctest/
Benoit Pasquier
Automating App Store localized screenshots with XCTest and Xcode Test Plan
One reason I like so much working on native mobile apps is to deliver the user experience based on their region and location. Although, for every update, it can be painful for developers to recapture screenshots foreach available language. Today, I’ll share…
iOS dev
https://medium.com/better-programming/build-mobile-serverless-apps-using-amazon-aurora-amplify-and-swiftui-7562ecb7df9a
Medium
Build Mobile Serverless Apps Using Amazon Aurora, Amplify, and SwiftUI
Creating a serverless iOS app using relational data on AWS
iOS dev
https://pspdfkit.com/blog/2020/extending-the-scribble-user-experience/
PSPDFKit
Extending the Scribble User Experience | PSPDFKit
How to customize the default Scribble experience to allow users to start writing anywhere.
iOS dev
https://fivestars.blog/swiftui/adaptive-swiftui-views.html
FIVE STARS
How to make SwiftUI views adaptive | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://medium.com/better-programming/how-to-preview-photos-in-swiftui-6c3a04d40bda
Medium
How to Preview Photos in SwiftUI
Scale and animate photos from a photo grid
iOS dev
https://medium.com/bumble-tech/introduction-of-view-styles-at-bumble-dfffbe143ff3
Medium
Introduction of View Styles at Bumble
Learn how we create 100% shareable iOS UI components and style them to be used in different parts of Bumble and Badoo apps.
iOS dev
https://medium.com/blablacar/ios-13-dark-mode-at-blablacar-a-developer-story-442b16a234f4
Medium
iOS 13 Dark mode at BlaBlaCar, a developer story
When a design system goes dark, from Martin Charlotte and Victor Carmouze.
iOS dev
https://prograils.com/posts/ios14-ui-search-bar
Prograils.com
iOS 14: Changes in UISearchBar | Prograils
Learn how to handle the search bar in your mobile application for iOS 14!
iOS dev
https://www.andyibanez.com/posts/a-more-practical-custom-formatter/
Andy Ibanez - iOS Developer
A More Practical Custom Formatter
Implement a more interesting custom Formatter in Swift.