About
Hi, I am Mateusz. iOS developer since 2013. Currently @ Pegasystems, Kraków.
Yet another iOS Developer homepage
Hi, I am Mateusz. iOS developer since 2013. Currently @ Pegasystems, Kraków.
I am always happy to share my work with the others. Check some of my recent projects!
With iOS15 and Xcode 13 we are getting an exciting new UI component: an UISheetPresentationController allowing to present Maps-style sheet with any kind of content. Let's see how to use it!
Recently, I have faced a problem of efficiently looking up locations that are geographically close to a specified point. Let's see how Apple-provided R-tree implementation can help us with such task.
Header comments should be consistent across all project files. Let's see how Xcode and SwiftLint can help us to standardize them across the team.
Developing a Kotlin/Native solution may require running unit test on iOS Simulator. How to do it?
Application’s entitlements are an invaluable source of useful information. Is it possible to access them using Swift?
Kotlin/Native has become a truly considerable solution for the iOS and Android apps that share pieces of common business logic. Let's see how to make use of it in Xcode project.
There are many reasons one could need to execute some arbitrary code while running a build from Xcode. This article shows how to add a simple Run Script Phase and emit log, warning and error messages from it.