Currently I work on a project that has a lot of tests that take some time to finish. Usually I switch to working on something else while the tests are running in the background. Sometimes I deep dive into the … Read the rest
Category: iOS Development
The default navigation bar you get when implementing a UINavigationController
does it’s job but often you want to customize it because it just does not look so fancy.
To customize the background of your UINavigationBar
you set its backgroundImage
property … Read the rest
At the WWDC19 there was introduced a lot of font related cool stuff for iOS13. One great thing is the new serif system font NewYork which can be used in your apps.
To initialize a UIFont
with this or any … Read the rest