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://medium.com/@szenariy5/telegram-charts-contest-f371b59cc829
Medium
Telegram Charts Contest
So one day I got a message from Telegram about contest that they going to hold. Above I attached gif of example that they provided. Yup…
iOS dev
https://mecid.github.io/2019/04/10/inclusive-enums-with-optionset/
Majid’s
Inclusive enums with OptionSet
Enums are one of the most powerful features of Swift language. It forms Value-Oriented Programming in conjunction with Structs. Enum is the best way to describe the exclusive state in Swift, but what about the case when you need an inclusive state. Today…
iOS dev
https://www.dcordero.me/posts/improving_the_ios_development_cycle_with_breakpoints.html
dcordero.me
Improving the iOS development cycle with breakpoints
The Development, Build and Run cycle is by far one of the most annoying parts when working in native iOS development. Your thinking and creativity flows are suddenly stopped by unnecessary waiting times, just because for some reason Xcode decided that it…
iOS dev
https://medium.com/thecreateschool/migrating-from-swift-4-to-swift-5-2f425b99436b
Medium
Migrating from Swift 4 to Swift 5
A “Swift” guide of migrating your code from Swift 4 to Swift 5.
iOS dev
https://heartbeat.fritz.ai/working-with-create-mls-mldatatable-to-pre-process-non-image-data-424f916a093e
Heartbeat
Working with Create ML’s MLDataTable to Pre-Process Non-Image Data
In WWDC 18, Apple announced the Create ML to create and train custom machine learning models on your Mac. You can train models to perform…
iOS dev
https://www.swiftbysundell.com/posts/designing-swift-apis
Swift by Sundell
Designing Swift APIs | Swift by Sundell
Everyone is an API designer. While it’s easy to think of APIs as something that’s only relevant for SDKs or frameworks, it turns out that all app developers design APIs almost every single day. This week, let’s take a look at a number of tips and techniques…
iOS dev
https://learnappmaking.com/dry-dont-repeat-yourself/
Appy Pie
App Builder Appy Pie: #1 No-Code Platform | App Maker | Connect Apps | Websites | Chatbots | Designs
Create applications & automate workflows with Appy Pie’s workflow automation & no-code development platform.
iOS dev
https://nshipster.com/cggeometry/
NSHipster
CoreGraphics Geometry Primitives
Unless you were a Math Geek or an Ancient Greek, Geometry probably wasn’t your favorite subject in school. More likely, you were that kid in class who dutifully programmed all of those necessary formulæ into your TI-8X calculator to avoid rote memorization.
iOS dev
https://nshipster.com/guided-access/
NSHipster
Guided Access
Improve your analog device interactions with this one weird accessibility trick.
iOS dev
https://mecid.github.io/2019/04/17/asynchronous-completion-handlers-with-result-type/
Majid’s
Asynchronous completion handlers with Result type
Enums are one of my favorite features in Swift language. This week we will talk about Result enum, which had been a part of the standard library since Swift 5. With Result enum, we can easily describe the resulting state of an asynchronous operation. It can…
iOS dev
https://medium.com/flawless-app-stories/container-view-controllers-revisited-e076ef38853f
Medium
Container View Controllers Revisited
In this article, you’ll learn how to use container view controllers with a sample app that implements a variety of containment approaches. Let’s dive in..
iOS dev
https://medium.com/just-eat-tech/deep-linking-at-scale-on-ios-1dd8789c389f
Medium
Deep Linking at Scale on iOS
How the iOS team at Just Eat built a scalable architecture to support navigation and deep linking
iOS dev
https://www.designsystems.com/5-tips-from-an-airbnb-designer-on-maintaining-a-design-system/
DesignSystems.com
5 tips from an Airbnb designer on maintaining a design system
Having a consistent processes to ensure design templates are always up-to-date and accurate is critical. But developing this process was no easy feat.
iOS dev
https://medium.com/flawless-app-stories/disjoint-set-union-data-structure-in-c-and-swift-a52703b01fcb
Medium
Disjoint-set union data structure in C++ and Swift
Learn how to implement Disjoint-set union structure that’s used in the Kruskal Algorithm in order to solve the MST problem in an efficient way.
iOS dev
https://code.egym.de/ui-testing-in-ios-generating-accessibility-identifiers-using-reflection-6568dff3dbf4
Medium
UI Testing in iOS - Generating Accessibility Identifiers using Reflection
One of the most annoying things about UI Testing in iOS is the need to assign Accessibility Identifiers to views that are hard to access…
iOS dev
https://www.timekl.com/blog/2019/04/14/swift-generics-evolution/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B400
Timekl
Swift Generics Evolution - don't panic
Swift Generics Evolution
Earlier this week, Joe Groff of the Swift Core Team published a massive
discussion post on the Swift forums. It discuss...
iOS dev
https://fluffy.es/introduction-to-dynamic-type/
fluffy.es - iOS development tutorials
Introduction to supporting Dynamic Type
Table of contents : Default dynamic type text styles Use Accessbility Inspector to speed up testing different text size Scaling custom fonts Adapting label to larger font size Detecting text size changes Content Size Category (List of different text sizes)…
iOS dev
https://matteomanferdini.com/codable/
Matteo Manferdini
Parsing JSON in Swift: The Complete Guide [With Examples]
Parsing JSON Data is a fundamental in modern SwiftUI apps. This comprehensive guide covers all the aspects of the Codable protocols in Swift.
iOS dev
http://www.vadimbulavin.com/the-art-of-commenting-in-swift/
Yet Another Swift Blog
The Art of Commenting in Swift
Learn how to write excellent documentation comments in Swift. We'll cover: kinds of comments; Xcode markdown syntax and Xcode quick help; how to generate documentation in Xcode; Swift-flavored markdown; Swift comments best practices.
iOS dev
https://agostini.tech/2019/04/22/using-nsuseractivity-for-spotlight-search/
agostini.tech
Using NSUserActivity for Spotlight Search | agostini.tech
In this tutorial we'll be using NSUserActivity for spotlight search to index previously viewed content so it would display in the spotlight search results.