iphone app: delegate not responding
- by Fiona
Hi guys..
So i'm very new to this iphone development stuff.... and i'm stuck.
I'm building an app that connects to the twitter api. However when the connectionDidFinishLoading method gets called, it doesn't seem to recognise the delegate.
Here's the source code of the request class:
import "OnePageRequest.h"
@implementation OnePageRequest
…