Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/114.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 可以在xcode中创建一行新的选项卡吗?_Ios_Xcode4 - Fatal编程技术网

Ios 可以在xcode中创建一行新的选项卡吗?

Ios 可以在xcode中创建一行新的选项卡吗?,ios,xcode4,Ios,Xcode4,我希望在现有行的正下方有一行新的选项卡。这在xcode中可能吗?我想这是可能的,但听起来这是一个非常糟糕的设计选择。我会使用选项卡栏中的“更多…”选项卡或UISegmentedControl 您不能使用标准的uitabar。您必须使用UIView构建自己的解决方案。我同意凯勒的观点,这是一个糟糕的设计理念——我认为它会占用太多的屏幕空间。也许有一个表视图,其中所有选项卡都是行,然后向下钻取到视图中

我希望在现有行的正下方有一行新的选项卡。这在xcode中可能吗?

我想这是可能的,但听起来这是一个非常糟糕的设计选择。我会使用选项卡栏中的“更多…”选项卡或UISegmentedControl

您不能使用标准的
uitabar
。您必须使用UIView构建自己的解决方案。我同意凯勒的观点,这是一个糟糕的设计理念——我认为它会占用太多的屏幕空间。也许有一个表视图,其中所有选项卡都是行,然后向下钻取到视图中