Advanced SwiftUI Using MVVM Architecture with SwiftUI - Clean Architecture MVVM has been a choice of architecture in iOS development for a long time. It survived the Objective-C era and has been quite popular in Swift world too. However, things became slightly complicated when SwiftUI came along. It was a bit confusing to see how it can be used in
3D Touch iOS 3D Touch - Measuring the force of touch (Part 3) This is the third part of the series of 3 posts on how to use 3D force touch on an iOS. Posts are as follows * Quick actions * Peek and pop actions * Measuring the force of touch Measuring a force of touch in terms of unit could be useful in some
Swift iOS 3D Touch - Quick Actions (Part 1) I wrote a Blog post about iPhone 3D touch demo long time ago. However, that post was just a show off and did not put forward any real sample code. Today, I am going to show you step by step how you can write a code to implement 3D touch