info
-
iPhone Screen Sizes (iOS 16)
When developing for iPhone today, if you can set a minimum version of iOS 16.2 then you need to be prepared to support the following phones and their respective screen sizes. That’s ten different screen sizes from an iPhone 81 to an iPhone 14 Pro Max. Device Logical Dimensions Scaling … read more
-
Preparing to Ignore Files with Git and Xcode
Source code version control is a core competency of the modern developer. But sometimes the system and the environment can get in the way. When using Xcode (or other tools) with services such as GitHub the default situation is to associate a folder with a new repository, including all files and … read more