youknowone / Say

Convert text to audiable speech. Play it or save it to audio file.
https://itunes.apple.com/us/app/id985471822
GNU General Public License v3.0
26 stars 9 forks source link

iOS base UI and functions #23

Closed Amanida closed 7 years ago

Amanida commented 7 years ago

Added base UI : TextView for input text, 'Play' Button, 'Select Language Button. Title bar Completed feature : Playing text with Korean voice Now working : Adding action sheet with picker View. Selecting language feature.

youknowone commented 7 years ago

I found the width of the alert view becomes shorter after presenting it. Insert the following code:

        self.languagePicker.autoresizingMask = [UIViewAutoresizing.flexibleLeftMargin, UIViewAutoresizing.flexibleRightMargin]
Amanida commented 7 years ago

Thank you for review. I applied your code and resizing picker view. Please check this tomorrow...not today! :)