pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

Stub loadData:MIMEType:textEncodingName:baseURL: #164

Closed mjstallard closed 8 years ago

mjstallard commented 8 years ago

We needed to stub out this method in our current project. This saves off its arguments into UIWebViewAttributes, akin to the existing stub for loadHTMLString:baseURL.

akitchen commented 8 years ago

Looks good. I just restarted the travis build. Thanks for the pr!