project_files/HedgewarsMobile/Classes/AboutViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   104 #pragma mark Table view delegate
   104 #pragma mark Table view delegate
   105 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   105 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   106     // do nothing
   106     // do nothing
   107 }
   107 }
   108 
   108 
   109 -(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   109 - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
   110     return 95;
   110     return 95;
   111 }
   111 }
   112 
   112 
   113 -(UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section {
   113 -(UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section {
   114     NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
   114     NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];