Skip to content

Instantly share code, notes, and snippets.

View joaoportela's full-sized avatar

João Paulo dos Santos Portela joaoportela

View GitHub Profile
@joaoportela
joaoportela / gist:1854249
Created February 17, 2012 16:31
layoutsubviews behaviour test (only most relevant part of the code)
// --------------- //
// VIEW CONTROLLER //
- (void)viewDidLoad
{
[super viewDidLoad];
JPMyView* view1 = [JPMyView viewWithName:@"view1"];
view1.backgroundColor = [UIColor greenColor];
view1.frame = CGRectMake(0.0f, 0.0f, 200.0f, 200.0f);