From my looking I don’t think there is an easy way to do it. Here is an idea of what might work though:
- create your uiwebview
- create a nsurlrequest
- after your webview delegate page loaded function fires look in the request’s http body
- find the form for login (regex for common login forms?)
- retrieve give the user the option to save it and then retrieve later
Related Contents:
- How to call Objective-C from Javascript?
- UIWebView to view self signed websites (No private api, not NSURLConnection) – is it possible?
- UIWebView – How to identify the “last” webViewDidFinishLoad message?
- Return to app behavior after phone call different in native code than UIWebView
- HTML Content fit in UIWebview without zooming out
- iPhone Development – Setting UIWebView font
- iOS WebView remote html with local image files
- UIWebView: when did a page really finish loading?
- How to clear UIWebView cache?
- iPhone – UIWebview – Get the URL of the link clicked
- UIWebView didFinishLoading fires multiple times
- how to increase font size in UIWebView
- Does UIWebView send the same User-Agent in the Request Headers as mobile Safari?
- ‘Missing recommended icon file – The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120×120′ pixels, in .png format’
- Google Chrome form autofill and its yellow background
- JSON and Core Data on the iPhone
- UIPageViewController: return the current visible view
- How to install iPhone application in iPhone Simulator
- How do you optionally use iPhone OS 3.0 features in a 2.0 compatible app?
- Can I change the color of auto detected links on UITextView?
- NSCalendar first day of week
- UITextView with Syntax Highlighting
- Detecting when the ‘back’ button is pressed on a navbar
- When should I release objects in -(void)viewDidUnload rather than in -dealloc?
- How to make one color transparent on a UIImage?
- Ignore certain exceptions when using Xcode’s All Exceptions breakpoint
- Convert image to grayscale
- UIImagePickerController doesn’t fill screen
- UIPageViewController, how do I correctly jump to a specific page without messing up the order specified by the data source?
- Objective C: How to upload image and text using HTTP POST?
- iOS – How to implement a performSelector with multiple arguments and with afterDelay?
- How to display multiple columns in a UITableView?
- How can I create a custom “pin-drop” animation using MKAnnotationView?
- blend two uiimages based on alpha/transparency of top image
- UIBezierPath Subtract Path
- Objective-C: Find numbers in string
- How do I open the Settings application from my application? [duplicate]
- MKMapView Zoom and Region
- Can I edit the pixels of the UIImage’s property CGImage
- Create a folder inside documents folder in iOS apps
- iPhone proper usage of Application Delegate
- Detect if device is charging
- Using Objective C to read log messages posted to the device console
- iPhone/iPad App Code Obfuscation – Is it Possible? Worth it? [closed]
- Keep uitableview static when inserting rows at the top
- Scrolling with two fingers with a UIScrollView
- How can I find out if the iPhone user currently has a passcode set and encryption enabled?
- Find all locations of substring in NSString (not just first)
- Blocks instead of performSelector:withObject:afterDelay: [duplicate]
- UIApplication sharedApplication – keyWindow is nil?