Currently I have about 4 to 5 different webView’s which I am trying to load simultaneously, however I have come across the conclusion that only one loadRequest can load at a time. Although I have created custom class for each webview, the loadRequest, doesn’t seams to get called, while if there is another loadRequest of a webview is being utilized.
Is there anyway to keep these calls in different Thread’s to make it work or utilize in dispatch mechanism? Just trying to figure out if there is an alternative.
Thanks
use NSUrlConnection to preload the data, no threading