Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIWebView と Gmail のユーザー名とパスワードの自動入力フィールドは可能ですか? ユーザーが自分の情報を最初にのみ挿入するようにしたい
ユーザー名とパスワードには NSUserDefaults を使用できます。それらのフィールドに値が存在するかどうかを確認し、存在しない場合は、ユーザーが入力したときに NSUserDefaults を使用して保存します。次回アプリが読み込まれると、値が存在することが確認され、その値が正しいフィールドに入力されます。