iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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://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
iOS dev
https://useyourloaf.com/blog/self-sizing-table-view-cells-in-interface-builder/
Use Your Loaf
Self Sizing Table View Cells In Interface Builder
Interface Builder finally self-sizes table view cells in the storyboard canvas.
iOS dev
https://useyourloaf.com/blog/hiding-the-safe-area-layout-guide/
Use Your Loaf
Hiding the Safe Area Layout Guide
A quick Interface Builder tip when creating constraints to the edges of the root view.
iOS dev
https://fluffy.es/zero-iap-products-checklist/
fluffy.es - iOS development tutorials
Zero In-app purchase products returned? Here's a checklist on troubleshooting it
It can be really frustrating when you are following an online tutorial on how to implement in-app purchase, but there's no product returned from the SKProductsRequest !
😱
I have seen this question appears a lot of time in discussion forums, comment section…
iOS dev
https://swiftwithmajid.com/2019/12/04/must-have-swiftui-extensions/
Swift with Majid
Must-have SwiftUI extensions
Currently, I have three ongoing SwiftUI projects. During my work on these projects, I find myself in copying some extension files, which are very helpful in any SwiftUI based project. That’s why I decide to share with you that small foundation of useful extensions.