iOS分段控件UISegmentedControl使用

在故事板中添加UISegmentedControl

iOS分段控件UISegmentedControl使用_第1张图片

具体添加步聚如下:

选择Xcode的View菜单下的Show Library (或者Shift+Common+L)

iOS分段控件UISegmentedControl使用_第2张图片

打开控件库如下

 在控件库中输入seg搜索控件,在出现Segmented Control后,将其拖到View Controller Scene中

iOS分段控件UISegmentedControl使用_第3张图片

到这里,添加分段控件UI已完成,

接下来将控件与变量关联:

在ViewController.m中的 @interface ViewController()中添加一个*colorSeg指针

iOS分段控件UISegmentedControl使用_第4张图片

回到故事板,点击View Controller Scene 下的 View Co

你可能感兴趣的:(MacOS,ios,UISegmented)