DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Campaign Resources: Attachments #1015

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

Starts work on #1014, unblocked by new Campaign attachments property, added in https://github.com/DoSomething/phoenix/pull/6434. Adds a new LDTWebViewController class which renders a given URL in a UIWebView.

TODO

attachments

cc @lkpttn

aaronschachter commented 8 years ago

Keep getting large tracked changes to Lets Do This.xcodeproj/project.pbxproj -- I believe it's due to this line that gets added (I think from adding our new LDTWebViewController class) but not sure why.

// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {

/* Begin PBXBuildFile section */
lkpttn commented 8 years ago

So what's getting piped into the webview? Is are reading JSON from the API?