如何使用UISegmentedControl更改Swift中的标签?

时间:2015-12-13 02:45:41

标签: ios swift uisegmentedcontrol

我是Swift的初学者所以请耐心等待。

以下是使用UISegmentedControl的文档:

Code.

每次尝试使用该代码时,我都会获得编译代码。我目前正在尝试使用代码将分段3(自定义)更改为用户输入的任何内容(所以是字符串)。

我试过了:

func setTitle(_ title: "Hello"?,
forSegmentAtIndex segment: 3) 

func setTitle(_ title: Hello?,
forSegmentAtIndex segment: 3)

func setTitle(_ title: "Hello"?,
forSegmentAtIndex segment: Int 3)

不知道如何正确地做到这一点,请帮忙!

此外,这里是我正在尝试制作的应用的链接:http://i.imgur.com/CWoBkHk.gif。我真的想要自定义按钮来反映自定义提示%。

1 个答案:

答案 0 :(得分:2)

试试这样: -

假设你有出口: -

std::set<vote> testVotes;