project_files/HedgewarsMobile/Classes/FlagsViewController.m
changeset 6832 fae8fd118da9
parent 6700 e04da46ee43c
child 8441 a00b0fa0dbd7
equal deleted inserted replaced
6831:f848120b3fcc 6832:fae8fd118da9
    12  * GNU General Public License for more details.
    12  * GNU General Public License for more details.
    13  *
    13  *
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  *
       
    18  * File created on 08/04/2010.
       
    19  */
    17  */
    20 
    18 
    21 
    19 
    22 #import "FlagsViewController.h"
    20 #import "FlagsViewController.h"
    23 #import <QuartzCore/QuartzCore.h>
    21 #import <QuartzCore/QuartzCore.h>
    24 
    22 
    25 
    23 
    26 @implementation FlagsViewController
    24 @implementation FlagsViewController
    27 @synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
    25 @synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
    28 
    26 
    29 
       
    30 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    27 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    31     return rotationManager(interfaceOrientation);
    28     return rotationManager(interfaceOrientation);
    32 }
    29 }
    33 
       
    34 
    30 
    35 #pragma mark -
    31 #pragma mark -
    36 #pragma mark View lifecycle
    32 #pragma mark View lifecycle
    37 -(void) viewDidLoad {
    33 -(void) viewDidLoad {
    38     [super viewDidLoad];
    34     [super viewDidLoad];