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/better-programming/swiftui-microservices-c7002228710
Medium
SwiftUI Microservices
A modern approach to application architecture in SwiftUI
iOS dev
https://www.swiftbysundell.com/articles/lightweight-api-design-in-swift/
Swift by Sundell
Lightweight API design in Swift | Swift by Sundell
This week, let’s take a look at a few core language features that enable us to design really lightweight APIs in Swift, and how we can use them to make a feature or system much more capable through the power of composition.
iOS dev
https://github.com/mRs-/Black-Friday-Deals
GitHub
GitHub - mRs-/Black-Friday-Deals: Black Friday Deals for macOS / iOS Software & Books
Black Friday Deals for macOS / iOS Software & Books - mRs-/Black-Friday-Deals
iOS dev
https://kean.github.io/post/ci-for-frameworks
Alexander Grebenyuk
CI for Swift Frameworks
How I went from manually testing my frameworks to having hundreds of unit tests and multiple automatic checks running on every change
iOS dev
https://www.racecondition.software/blog/swiftui/
Race Condition
SwiftUI
I recently modified one of my apps, Conjugar, to use SwiftUI rather than UIKit for its settings screen. I hereby present, for the reader’s edification and enjoyment, some observations and learnings from this process. I cover: Spurious reasons not to...
iOS dev
https://albertodebortoli.com/2019/11/26/a-smart-feature-flagging-system-for-ios
Alberto De Bortoli
A Smart Feature Flagging System for iOS
At Just Eat we have experimentation and feature flagging at our heart and we've developed a component, named JustTweak, to make things easier on iOS.
iOS dev
https://bryce.co/recreating-imessage-confetti/
Recreating iMessage Confetti
iOS dev
https://swiftwithmajid.com/2019/11/27/combine-and-swiftui-views/
Swift with Majid
Combine and SwiftUI views
Combine is one of the new frameworks released during WWDC 2019. It provides a declarative Swift API for processing values over time. Today we will talk about one of the hidden features of SwiftUI views, which is onReceive modifier. It allows views to subscribe…
iOS dev
https://basememara.com/building-scalable-swiftui-architecture-app/
zamzam.io
Building a Scalable SwiftUI Architecture
iOS dev
https://medium.com/flawless-app-stories/swiftlint-in-use-279f44b3182e
Medium
SwiftLint in Use
Here I’m going to give you some tips about how to use SwiftLint in existing or new projects with four steps helping you in setup SwiftLint…
iOS dev
https://medium.com/better-programming/creating-an-apple-like-splash-screen-in-swiftui-fdeb36b47e81
Medium
Creating an Apple-like Splash Screen in SwiftUI
Make your app look even more professional
iOS dev
https://medium.com/better-programming/how-to-build-your-user-interface-programatically-without-swiftui-9f0dc52e02bc
Medium
How To Build UI and Transitions Programmatically Without SwiftUI
Not ready for SwiftUI yet? We can do so much in code and remove Storyboards
iOS dev
https://www.swiftbysundell.com/articles/making-swift-code-extensible-through-plugins/
Swift by Sundell
Making Swift code extensible through plugins | Swift by Sundell
Let’s take a look at a few different ways to add plugin support to a type or library, and how doing so can enable a system to become a lot more decoupled and flexible.
iOS dev
https://www.vadimbulavin.com/swift-5-property-wrappers/
Yet Another Swift Blog
The Complete Guide to Property Wrappers in Swift 5
Learn everything about Swift property wrappers: how to implement a property wrapper in Swift 5; how to access a property wrapper, its wrapped value and projection; how property wrappers are synthesized by the Swift compiler; discover practical examples of…
iOS dev
https://robb.is/working-on/a-peel-off-animation
robb.is
Implementing a Peel-Off Animation
Let's build Messages.app's sticker peel-off animation with SceneKit.
iOS dev
https://www.raywenderlich.com/5807038-saliency-analysis-in-ios-using-vision
kodeco.com
Saliency Analysis in iOS using Vision
In this tutorial, you’ll learn how to use the Vision framework in iOS to perform saliency analysis and use it to create an effect on a live video feed.
iOS dev
https://medium.com/flawless-app-stories/rxflaws-state-of-modern-rx-in-ios-1ff2cae75fa3
Medium
The state of modern Rx in iOS
Let’s discover different limitations of the Functional Reactive Programming in iOS. Sometimes ReactiveX/RxSwift can harm you…
iOS dev
https://blog.apptekstudios.com/2019/12/spm-xcode-build-tools/
Using SPM for Xcode build phase tools
iOS dev
https://www.vadimbulavin.com/advanced-guide-to-userdefaults-in-swift/
Yet Another Swift Blog
The Advanced Guide to UserDefaults in Swift
Learn how to use UserDefaults in Swift 5 with code examples. When to use UserDefaults in Swift? What kind of data should we put to UserDefaults? How user defaults are implemented internally? How to observe value changes in user defaults? And build type-safe…
iOS dev
https://kean.github.io/post/unit-testing
Alexander Grebenyuk
Effective Unit Testing
Why most unit testing is a waste in Swift and how to extract the most value from tests