Skip to content

Swift 实现的画线控件(支持xib storyboard)

Notifications You must be signed in to change notification settings

mohsinalimat/CUILine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

UILine

Swift 实现的画线控件(支持xib)

因项目中经常用到各种分割线,索性封装了一个画线的控件。

特性

  • 支持在xib中使用
  • 支持设置线的颜色
  • 支持设置线的粗细(单位:px)
  • padding属性
  • 支持横线和竖线
  • 支持画虚线
  • 可设置虚线间隔
  • 可设置虚线线段的长度

效果预览

image.png

xib中用法

step1: 拖一个UIView到界面上

step2: 如下图设置该UIView的class为CUILine

image.png

step3: Attributes inspector可设置线的各种属性参数,如下图

image.png

About

Swift 实现的画线控件(支持xib storyboard)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages