Skip to content
This repository was archived by the owner on Nov 11, 2021. It is now read-only.

ResponseResource

yaakaito edited this page Apr 28, 2012 · 3 revisions

ResponseResource

[stub andResponseResource:filename ofType:type];
NSString *filePath = [[NSBundle bundleForClass:[self class]] pathForResource:@"test"
                                                     ofType:@"txt"];
[NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:&error];

attention

  • bundleForClass -> [self class]
  • encoding -> NSUTF8StringEncoding
Clone this wiki locally