Witch minimum size should be for UIButton?

Asked on 2024-08-08

1 search

The minimum size for a UIButton on iPhone and iPad should be 44 by 44 points for comfortable interaction. For less critical UI elements, this can be reduced to a minimum of 28 by 28 points, but keep in mind that buttons at this size can be harder to select accurately, especially if users are focused on gameplay.

For Mac, the recommended hit area for controls is 28 by 28 points, which provides enough room for a pointer like a mouse or trackpad. For less important or infrequent controls, this can be reduced to a minimum of 20 by 20 points.

For more details, you can refer to the session Design advanced games for Apple platforms (12:07).