答案 0 :(得分:0)
有人知道这是内置功能还是我必须构建自己的版本?
与const index = 1;
const visible = 3;
switch (visible) {
case 1:
console.log( `Element index ${index} is now visible at A` );
break;
case 2:
console.log( `Element index ${index} is now visible at B` );
break;
case 3:
console.log( `Element index ${index} is now visible at C` );
break;
case 4:
console.log( `Element index ${index} is now visible at D` );
break;
default:
console.log( "Element is now in the void" );
break;
}
一样,某些图形项目由于具有可访问性设置而具有可缩放的大小,但是仅自iOS11起:非常有趣的内置功能。 / p>
如果它是内置的,如何打开它?
在Xcode中必须遵循一些steps以达到您的目标(扩展名为Dynamic Type
的图像,调整大小,缩放,调整图像大小...):检查请通过提供的链接获取完整的示例。
如果您需要进一步的说明,此WWDC detailed summary将更深入地解释(请参阅链接的网页示例部分)。