limura / NovelSpeaker

text speech app for text novel site.
https://limura.github.io/NovelSpeaker/
MIT License
28 stars 6 forks source link

声質の設定において、開始文字と終了文字の書き換え時にキーボードのとじ方によっては書き換え結果が保存されれない #92

Closed limura closed 6 years ago

limura commented 6 years ago

声質の設定の画面で、開始文字と終了文字の書き換えをする時、 キーボードを閉じる時に Enter で閉じれば書き換え結果が保存されるが、キーボードを消す(右下のキーボードの下にvっぽいのが描かれたアイコン)と書き換え結果が保存されない。

SpeakSettingEditTableViewCell 辺りで - (IBAction)startTextBoxDidEndOnExit:(id)sender しか受け取ってない(Enterしか受け取ってない)のが問題っぽい。