Sha256: 927c1f0d4d0971efa1d4e950f2f1ec997b1c705ba311bd2b18214b4e760c9862
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
class < UIViewController def viewDidLoad super # Do any additional setup after loading the view. end def viewDidUnload super # Release any retained subviews of the main view. end def shouldAutorotateToInterfaceOrientation(interfaceOrientation) interfaceOrientation == UIInterfaceOrientationPortrait end end
Version data entries
7 entries across 7 versions & 1 rubygems