Possible Duplicate:
Is it possible for a UIWebView to save and autofill previously entered form values (e.g., username & password)?
In my ios app, i create an UIWebView to log in a web. i want the webview can remember the username and the password, and they can be autofilled to the web next time, so i don't need to type it again. i notice that it can be done in safari.but i don't know how to get it in UIWebView.