Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/16.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 如何创建自定义UITabBar Swift_Ios_Swift_Uitabbarcontroller - Fatal编程技术网

Ios 如何创建自定义UITabBar Swift

Ios 如何创建自定义UITabBar Swift,ios,swift,uitabbarcontroller,Ios,Swift,Uitabbarcontroller,据我所知,苹果的UITabBar几乎是一样的,没有那么多的定制。如果我想要像这样的东西呢 它只是一个带有手势识别器的自定义UIView(),还是最简单的实现方法为了创建自定义选项卡栏,您必须将UIAbbarController子类化。这里有一个非常好的视频链接: 这是否回答了您的问题?

据我所知,苹果的UITabBar几乎是一样的,没有那么多的定制。如果我想要像这样的东西呢


它只是一个带有手势识别器的自定义UIView(),还是最简单的实现方法

为了创建自定义选项卡栏,您必须将UIAbbarController子类化。这里有一个非常好的视频链接:


这是否回答了您的问题?