Skip to content

iCoder86/CustomPickerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CustomPickerView

Custom horizontal PickerView

UIView transform

var rotationAngle:CGFloat!
rotationAngle = -90 * (.pi/180)

let originalFrame = pickerView.frame

pickerView.transform =  CGAffineTransform(rotationAngle: rotationAngle)
pickerView.frame = originalFrame

Reference

About

Custom horizontal PickerView

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages