ios - Can anyone tell me how to rotate UIStepper clockwise vertically which will get the plus on top and minus down? -


i have used uistepper besides textbox in app , have rotated vertically below: [m_stepper1 settransform:cgaffinetransformconcat(cgaffinetransformmakerotation(m_pi_2), cgaffinetransformmakescale(0.4, 0.4))]; gives me plus sign below , minus sign on top. can me out rotate stepper clockwise?

@jugale : thank answer.

just substitute m_pi_2 -m_pi_2 , stepper rotated clockwise.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -