Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Control Rate feature. (#42) #57

Merged
merged 3 commits into from
Sep 29, 2016
Merged

Conversation

Amanida
Copy link
Contributor

@Amanida Amanida commented Sep 29, 2016

Completed iOS Control Rate feature. (issue #42 )

  • Added UISlider to control rate
  • Added rate property to Speaker.
  • Added rateLabel to show rate value.

p.s - In this version, it shows its rate valuefrom 0.0 to 1.0. I think there's some better idea than mine. If you have, please reply it.

이규진 added 3 commits September 29, 2016 15:43
@@ -69,6 +70,12 @@ class ViewController: UIViewController, SpeakerDelegate, UIPickerViewDelegate, U
present(alertController, animated: true, completion: nil)
}

@IBAction func rateChanged(_ sender: UISlider) {
let value = roundf(100 * sender.value) / 100
Copy link
Contributor

@eeneguee eeneguee Sep 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When to display the quickness, natural number expression is usually used.
How about divide the speed level about 10 steps?

Copy link
Contributor Author

@Amanida Amanida Sep 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for reviewing @eeneguee !. I tried to divided it into 10 levels but it didn't look natural... 😢 The rate was changed too much.

@youknowone youknowone merged commit f0f9edd into youknowone:master Sep 29, 2016
@youknowone
Copy link
Owner

I like this feature. I want to discuss about user experience. Say is a light-weight utility. For most of user, Rate and 0.5 is too much scientistic and not understandable. How about just using Slow and Fast?

@Amanida
Copy link
Contributor Author

Amanida commented Sep 29, 2016

@youknowone That's cool! I'll do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants