文件名称:WMSegmentControl:适用于iOS的自定义细分控件
文件大小:165KB
文件格式:ZIP
更新时间:2024-06-12 17:11:09
Swift
WMSegmentControl 适用于iOS的自定义细分控件 屏幕详细信息 用法 使用WMSegment控件很容易 与Storybord Drag a UIView and change its class to WMSegment. now you can set the properties as per your requirements. 以编程方式 let anotherSegment = WMSegment(frame: frame) anotherSegment.type = .normal // normal (Default),imageOnTop, onlyImage anotherSegment.selectorType = .bottomBar //normal (Default), bottomBar // If you want round selec
【文件预览】:
WMSegmentControl-master
----WMSegmentControl.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(13KB)
--------xcuserdata()
----Screenshots()
--------screenshot.png(119KB)
----LICENSE(1KB)
----.DS_Store(6KB)
----WMSegmentControl()
--------SegmentViewController.swift(1KB)
--------Info.plist(1KB)
--------Base.lproj()
--------Source()
--------AppDelegate.swift(3KB)
--------Assets.xcassets()
----README.md(3KB)
----WMSegmentControl.podspec(721B)
----Contributors.md(38B)