本文介绍了使用swift下拉列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是图书馆在swift下拉菜单?我是Xcode和Swift语言的新手,任何人都可以直接指导我如何在swift中实现下拉列表?解决方案
p> A'下拉菜单'是一个web控件/术语。在iOS中,我们没有这些。你可能会更好地看看 UIPopoverController
。查看本教程了解PopoverControllers的一些洞察力
What is the library to make drop down menu in swift? I am new to Xcode and the Swift language, so can anyone please direct me on how to implement the drop down list in swift?
解决方案
A 'drop down menu' is a web control / term. In iOS we don't have these. You might be better looking at UIPopoverController
. Check out this tutorial for a bit of an insight to PopoverControllers
这篇关于使用swift下拉列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!