hide
-
Hiding Labels In SwiftUI
Find out how to hide labels from certain SwiftUI controls using a single view modifier and customize your user interface even further.
-
How to show and hide (toggle) UITableview sections on the fly
Some time ago I had written a post about how to use UITableView cells and make them work as a drop-down list. Anyone who had read that post might understood that when working with UITableViews you can do things more than the usual and common ones, and you can go as far as your imagination…
-
How to scroll an obscured textfield above the keyboard in combination with UIKeyboard notifications
For a long time I wanted to write about a specific topic that surely every programmer encounters in his/her programming life. A topic not that difficult, but an important one. That is, how to scroll a textfield to a visible area of the view when it’s obscured by the keyboard and how to put it…