UIStackView magic
When Apple realised a LinearLayout could be useful for developers...
Jul 11, 20177 min read374

Search for a command to run...
Articles tagged with #ios
When Apple realised a LinearLayout could be useful for developers...

If you prefer coded user interfaces rather than designers (Xcode Interface Builder or Xamarin designers) you will surely like this API (available from iOS9+). It´s very readable, easy to maintain and feels more natural compared to the old one. Every ...

Scenario: Have you been through that moment when you click a form text field and the soft keyboard shows up overlaying the text field and you can´t see what you are writing? Let´s make it worse: No way to hide the keyboard (How can I tap the damn bu...
