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://medium.com/programming-with-swift/create-a-side-menu-with-swiftui-4225c8842d26
Medium
Create a Slide out Menu with SwiftUI
In todays tutorial we will learn how to create a side menu using SwiftUI. I have never created a side menu with UIKit, so I thought it…
iOS dev
https://www.morningswiftui.com/blog/stretchable-header-in-swiftui-scrollview
iOS dev
http://www.figure.ink/blog/2019/8/24/using-publishers-to-prevent-hanging-timers
Figure
Using Publishers to Prevent Hanging Timers — Figure
iOS dev
https://theswiftdev.com/2019/08/26/whats-new-in-vapor-4/
iOS dev
https://pomax.github.io/bezierinfo/
pomax.github.io
A Primer on Bézier Curves
A detailed explanation of Bézier curves, and how to do the many things that we commonly want to do with them.
iOS dev
https://www.swiftbysundell.com/posts/picking-the-right-data-structure-in-swift
Swift by Sundell
Picking the right data structure in Swift | Swift by Sundell
This week, let’s take a look at a few key characteristics of the most common Swift data structures, and also how we sometimes might need to venture outside the standard library to find the right data structure for our needs.
iOS dev
https://medium.com/flawless-app-stories/optimize-swift-build-and-compile-times-in-xcode-8a212e2e7d86
Medium
Optimizing Swift build and compile times in Xcode
In this article, we’ll show you how to optimize the code and speed up the compiler.
iOS dev
https://mecid.github.io/2019/08/28/composable-styling-in-swiftui/
Majid’s
Composable styling in SwiftUI
This week I want to talk about the styling of views in SwiftUI. SwiftUI provides a pretty composable architecture for building your apps. Every screen in terms of SwiftUI is a function on some data which returns a view. So let’s talk today about composable…
iOS dev
https://nshipster.com/identifiable/
NSHipster
Identifiable
Swift 5.1 gives us yet another occasion to ponder ontological questions and weigh in the relative merits of various built-in types as stable identifiers.
iOS dev
https://swiftui-lab.com/swiftui-animations-part1/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B419
iOS dev
https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a
Medium
Github Actions CI for Swift projects
Github introduced CI and CD based on actions. It allows you to automate how you lint, build, test, and deploy your projects on any…
iOS dev
https://medium.com/flawless-app-stories/guarantee-rx-memory-leaks-absence-3a90636ec49e
Medium
Guarantee Rx memory leaks absence
When working with RxSwift, you should know how to prevent leaks and write tests on Rx memory leaks
iOS dev
https://benoitpasquier.com/code-coverage-xcode-avoid-vanity-metric-ios/
Benoit Pasquier - Swift, Data and more
Code Coverage in Xcode - How to avoid a vanity metric for your iOS app
Since Xcode 7, iOS developers can generate a code coverage for their app: a report showing which area of their app is covered by unit tests. However, this is isn’t always accurate, let’s see why you should not base your code health only on code coverage.
iOS dev
https://kylebashour.com/posts/context-menu-guide
Kyle Bashour
The Comprehensive Guide to iOS Context Menus
From nested menus to custom previews, use this guide to become a context menu wizard
🧙♂️
iOS dev
https://medium.com/flawless-app-stories/simplifying-rxswift-code-78071d5b780
Medium
Simplifying RxSwift code
I promised myself once: “I will never write an article about architecture, cause it is the banalest topic”. I have never been so wrong in…
iOS dev
https://netsplit.com/swiftui/views-have-fixed-sizes/
Views Have Fixed Sizes
iOS dev
https://www.swiftbysundell.com/articles/reducers-in-swift/
Swift by Sundell
Reducers in Swift | Swift by Sundell
This week, let’s take a look at a few different ways that reducers can be used in Swift — ranging from transforming sequences, to accumulating asynchronous values using Apple’s new Combine framework, and beyond.
iOS dev
https://nshipster.com/dark-mode/
NSHipster
Dark Mode on iOS 13
After waiting for what felt like an eternity (but was only, like, a year), Dark Mode is now finally coming to the iPhone and iPad iOS 13. But will your app be ready on launch day?
iOS dev
https://sarunw.com/posts/modality-changes-in-ios13
Modality changes in iOS13
iOS dev
https://eng.uber.com/cyborg/