Recent Posts

Run Swift Macro tests on iOS target

4 minute read

Swift macros, introduced almost a year ago on WWDC23, offer powerful capabilities for code generation and transformation. It is very likely that you have imp...

Swift Macro impression

5 minute read

On the latest Worldwide Developer Conference (WWDC 2023), Apple has introduced a new way on how to extend your source code using Swift Macro. It acts like a ...

Application secrets

8 minute read

As developers, our responsibility is not only to create an appealing user interface and communicate with a server. We are also responsible for setting up an ...

Animatable Text

4 minute read

Animation is an important part of mobile application nowadays as it improves user experience. The truth is that they are not that difficult usually either as...

Custom SwiftUI Layout

5 minute read

Have you ever tried to implement collection view with dynamic item sizes and dynamic item count per row in SwiftUI? Prior to iOS 16, you probably had to use ...