TomWhitson

Results 2 comments of TomWhitson

Hi, it could well be that I misunderstand...new to iOS and trying to learn. So my psuedo-code is, viewDidLoad{ self.gridView = [[AQGridView alloc] initWithFrame:CGRectMake(0, 0, 768, 955)]; self.gridView.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight;...

Hmm so I tried something like that, start the data load, load some dummy data, then reload when the new data arrives. This provides some even more strange behaviour though...