Development Practices How to Statically Type CDK Configurations for Multiple Environments As far as I’m aware, there isn’t a built-in solution for statically typing a configuration for CDK. So after a bit of research, I created a way of doing it!
iOS / OS X Handling Dynamic Type Changes in a Static UITableView Static UITableViews show a blank cell when adjusting for Dynamic Type. In this blog post I will show you how you can fix the problem.