DPSegmentedControl:带图像和标题的分段控件

时间:2024-04-14 07:46:41
【文件属性】:

文件名称:DPSegmentedControl:带图像和标题的分段控件

文件大小:67KB

文件格式:ZIP

更新时间:2024-04-14 07:46:41

Swift

DPS分段控制 这是一个自定义的分段控件,每个分段上均带有图标和文本。 DPSegmentedControl已在iOS 10.0上进行了测试。这个很棒的库是在swift 3上编写的 用法 带图标的初始化分段控件 let segmentedControl = DPSegmentedControl. init ( FrameWithIcon : CGRect ( x : 8 , y : 50 , width : view. frame . width - 16 , height : 44 ), items : [ " Happy " , " Normal " , " Sad " ], icons : [ UIImage ( named : " happy_gray " ) ! , UIImage ( named : " f


【文件预览】:
DPSegmentedControl-master
----DPSegmentedControl()
--------DPSegmentedControl.swift(11KB)
----Segmented()
--------ViewController.swift(2KB)
--------Info.plist(1KB)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------Assets.xcassets()
----LICENSE(1KB)
----Segmented.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(11KB)
--------xcuserdata()
----README.md(2KB)

网友评论