Skip to content

iOS UIControl for selection an item (UIView) from 360° spinning wheel

Notifications You must be signed in to change notification settings

t0rn/WheelControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WheelControl.

iOS UIControl for selection an item (UIView) from 360° spinning wheel.

Usage

let emojiWheel = WheelControl()
let labels = emoji.map { text -> UILabel in
    let label = UILabel()
    label.text = text
    label.font = .systemFont(ofSize: 20)
    label.sizeToFit()
    return label
}
wheelControl.views = labels

About

iOS UIControl for selection an item (UIView) from 360° spinning wheel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages