stefanjaindl

Checkout blog posts about various topics helpful to software developers everyday life

blog

My personal Blog

Technical stories, hints & tricks

This article is part 4 of my UIKit Cheatsheet series. It deals with roundings for all kinds of UIViews.

Continue reading...

This article is part 3 of my UIKit Cheatsheet series. It deals with tricks for UIButton.

Continue reading...

This article is part 2 of my UIKit Cheatsheet series. It deals with tricks for UITableView.

Continue reading...

When working on iOS apps, an important topic for every developer is UIKit (and of course increasingly SwiftUI in the future). I have made a short Cheatsheet for the most important topics I came across quite often during iOS development with UIKit.

This article deals with tricks for UINavigationBar.

Continue reading...

The first things I thought about before implementing the app have been:

  1. What features should be built into the app?

  2. How should it look like?

  3. How should data persistence be handled?

  4. Which APIs should be used?

Therefore, I want to elaborate a little bit on these points.

Continue reading...