Hot Reloading in iOS App Development
One of the things iOS developer spends a lot of time on is compiling and building the project. it is a huge time waster, especially when you just want to see some simple UI changes, such as text or color change. While SwiftUI supports preview in Xcode, when the project gets larger and more complicated, …