Martin Blampied

Results 8 comments of Martin Blampied

Thanks. Think this problem is being caused due to using UIView instead of UITableViewHeaderFooterView. Will try to get a fix committed this week.

Will test with AFNetworking when I get time, meanwhile the below native code works: ``` NSURL *url = [NSURL URLWithString:@"http://lmsotfy.com/so.png"]; NSData *data = [NSData dataWithContentsOfURL:url]; UIImage *image = [UIImage imageWithData:data];...

Something that caught me out was I also needed to clear cache after adding ``` ``` Edit: This actually didn't fix it.

@czlatea Doesn't work for me; tried both and just Authentication in both Client and Server projects using .net 8

@tschoffelen I had mailto in my plist but still have the same issue. I also added file as per the error message but that didn't fix. Appears to be something...