As per my iPad app requirement, i\'ve to show the UISlider vertically. I\'m using iOS7 compiler and deployment target is iOS6. In the story board I added horizontal UISl
Try this :-
self.slider.transform=CGAffineTransformRotate(slideToUnlock.transform,-90.0/180*M_PI);