SAVideoRangeSlider icon indicating copy to clipboard operation
SAVideoRangeSlider copied to clipboard

Keep current slider position when rotate device

Open rr-hung-nguyen opened this issue 10 years ago • 0 comments

I want to keep current slider status when the device rotated. So i create new slider and set left-right position for this: self.mySAVideoRangeSlider.leftPosition = self.startTime * ratio; self.mySAVideoRangeSlider.rightPosition = self.stopTime * ratio; But it worked incorrect, slider's position is wrong. Are there any solution for my problem? Thanks so much.

rr-hung-nguyen avatar Apr 01 '14 04:04 rr-hung-nguyen