project_files/HedgewarsMobile/Classes/SupportViewController.m
branchhedgeroid
changeset 6224 42b256eca362
parent 6078 8c0cc07731e5
child 6658 2cccf6b2b89d
equal deleted inserted replaced
6055:88cfcd9161d3 6224:42b256eca362
    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