Daniel Albert

Results 2 issues of Daniel Albert

I'm getting an EXC_BAD_ACCESS when debugger is processing function initWithAPIWey on OFFlickrAPIContext class. When debugger is at this point: ``` - (id)initWithAPIKey:(NSString *)inKey sharedSecret:(NSString *)inSharedSecret { if ((self = [super...

I'm trying to do the same you did in the example code, but something strange happens. My tableView has 5 cells. When I launch the application and debug your code,...