Tab Bar Icon Size

后端 未结 3 732
小鲜肉
小鲜肉 2021-01-05 15:48

Apple says:

Depending on the device and orientation, the system displays either a regular or compact tab bar. Your app should include custom tab bar i

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 16:32

    Unfortunately, the compact/regular state does not only depend from the orientation or the app window size, it also depends on the device.

    You can find a regular/compact size breakdown here for different devices. You should look for the second value (for e.g. Compact width, regular height).

    The change happens between the two types of icons automatically, as soon as the orientation/app window changes.

提交回复
热议问题