equal
deleted
inserted
replaced
18 * File created on 19/09/2010. |
18 * File created on 19/09/2010. |
19 */ |
19 */ |
20 |
20 |
21 |
21 |
22 #import "SupportViewController.h" |
22 #import "SupportViewController.h" |
23 #import "CommodityFunctions.h" |
23 |
24 |
24 |
25 @implementation SupportViewController |
25 @implementation SupportViewController |
26 @synthesize waysToSupport; |
26 @synthesize waysToSupport; |
27 |
27 |
28 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
28 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
42 NSLocalizedString(@"Chat with the devs in IRC",@""), |
42 NSLocalizedString(@"Chat with the devs in IRC",@""), |
43 nil]; |
43 nil]; |
44 self.waysToSupport = array; |
44 self.waysToSupport = array; |
45 [array release]; |
45 [array release]; |
46 |
46 |
|
47 self.navigationItem.title = @"♥"; |
47 self.tableView.rowHeight = 50; |
48 self.tableView.rowHeight = 50; |
48 } |
49 } |
49 |
50 |
50 #pragma mark - |
51 #pragma mark - |
51 #pragma mark Table view data source |
52 #pragma mark Table view data source |