how to force a refresh of a UIWebView?
[my_uiwebview setNeedsDisplay]
and that did nothing to help.
I am loading the uiwebview with data via loadData: MIMType: textEncodingName: baseURL:, and it seems to process the data synchronously, as immediately after the call to loadData, the .loading field shows 0.
during development I was testing the uiwebview control, and when I had it directly attached to the windows as a subview (not in two other layers), it showed new data on screen on every load without a problem, but now that it is two layers down in terms of subviews, I never see a refresh.
Boy am i frustrated, a prize to whoever helps me! I sure could use some help on this super frustrating issue. I click NEXT in my program and nothing gets drawn!
1024 processor Connections Machine, Mac OS X (10.5.4)