equal
deleted
inserted
replaced
31 |
31 |
32 -(void) viewDidLoad { |
32 -(void) viewDidLoad { |
33 self.tableView.backgroundView = nil; |
33 self.tableView.backgroundView = nil; |
34 self.tableView.allowsSelection = NO; |
34 self.tableView.allowsSelection = NO; |
35 |
35 |
36 NSString *strPath = [NSString stringWithFormat:@"%@/Settings/credits.plist",[[NSBundle mainBundle] resourcePath]]; |
36 NSString *strPath = [NSString stringWithFormat:@"%@/credits.plist",IFRONTEND_DIRECTORY()]; |
37 NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath]; |
37 NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath]; |
38 self.people = array; |
38 self.people = array; |
39 [array release]; |
39 [array release]; |
40 |
40 |
41 [super viewDidLoad]; |
41 [super viewDidLoad]; |