UIButton.Configuration.Sizeの各サイズごとのデフォルト状態での高さ

iOS 16.1シミュレーターで確認してみた。

UIButton.Configuration.Size

@2x @3x
UIButton.Configuration.Size.large 50.5 50.33…
UIButton.Configuration.Size.medium 34.5 34.33…
UIButton.Configuration.Size.small 28 28
UIButton.Configuration.Size.mini 28 28

特別にHuman Interface Guidelinesの44x44ポイントのヒットターゲットが意識されている・遵守するようになっているわけではないのか。

Buttons - Menus and actions - Components - Human Interface Guidelines - Design - Apple Developer

Make buttons easy for people to choose. On a touchscreen, buttons need a hit target of at least 44x44 points to accommodate a fingertip.