iOS dev
@iosdevio
10.9K
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.9K subscribers
iOS dev
https://sarunw.com/posts/swiftui-viewmodifier
SwiftUI's ViewModifier
A guide to creating your custom modifier
iOS dev
https://www.avanderlee.com/debugging/xcode-instruments-time-profiler/
SwiftLee
Xcode Instruments usage to improve app performance
Xcode Instruments, like the Time Profiler, help you identify code problems, memory issues and more. Improve your app performance using detailed insights.
iOS dev
https://www.objc.io/blog/2019/08/20/paths-vs-shapes/
www.objc.io
SwiftUI: Paths vs. Shapes
Absolute vs. relative sizing
iOS dev
https://medium.com/swlh/clean-appdelegate-53dbf5e3dc1
Medium
Clean AppDelegate
How can you make sure your AppDelegate has a single responsibility?
iOS dev
https://www.swiftbysundell.com/posts/caching-in-swift
Swift by Sundell
Caching in Swift | Swift by Sundell
Let’s take a look at how caching can be an incredibly powerful tool in various situations, how to build an efficient and elegant caching API in Swift, and how strategically caching various values and objects can have a big impact on the overall performance…
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…