Sha256: 72635c2a41302aa44879b1c0a5bfb02c2f8f9d7c424fe23060f26ae83e7e4775
Contents?: true
Size: 476 Bytes
Versions: 50
Compression:
Stored size: 476 Bytes
Contents
// // RhoViewController.m // rhorunner // // Created by Dmitry Moskalchuk on 13.09.10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import "Rhodes.h" #import "RhoViewController.h" @implementation RhoViewController - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { if ([[Rhodes sharedInstance] isRotationLocked]) return interfaceOrientation == UIInterfaceOrientationPortrait; return YES; } @end
Version data entries
50 entries across 50 versions & 1 rubygems