I wasn't expecting my program to put up a fuss when I wrote this line of code:
[twitterFeed setDelegate:self];
twitterFeed is a UIWebView set to go to Twitter's mobile site, but that's beside the point. I'm getting the error "Sending 'SocialView (the name of the class that this is in) to parameter of incompatible type 'id'. I don't know how to fix it. Is there any way to do this quickly and without restructuring my code too much?
Also, it is worth noting that SocialView is a UIViewController, if that's at all important to you.