Swift
Because ServiceStack use PromiseKit for it’s async calls on Swift, i made this little extension that convert a PromiseKit request into a Combine publisher....
If you come from a C# background for example you could be looking for something similar to nameof(Page.name)on Swift. If instead of hard-coded strings...
In Swift UI 2 presented at WWDC 2020, they added a new Component named LazyVGrid. With it and with the help of a GeometryReader...
While a was developing a prototype UX with SwiftUI I have noticed a strange behavior. A button click or any Element with a onTapGesture,...
If you are looking to remove the arrow which appear on the right of the list row on swiftui, you can use the following...
To remove unwanted controller from your iOS navigation history you can use the following example. This will remove NewCustomerViewController from history, you can add...
There are many libraries for simplifying constraints definition from code. The best one i have found for my self is SnapKit. Lets say that...
Are you looking how to store logs on the device file system? Here I will show you how you can achieve it. In an...