2
0

Type improvements and fixes.

[IMPROVED]  Cleaner handling of types in entities.
[FIXED]     Lots of little fixes from refactoring and AppCode
            inspections, throughout.
This commit is contained in:
Maarten Billemont
2012-06-05 00:55:02 +02:00
parent ba299d4674
commit 0491ba3f97
25 changed files with 207 additions and 150 deletions

View File

@@ -22,7 +22,7 @@
[super viewDidLoad];
[PearlUIUtils autoSizeContent:self.scrollView];
[self.scrollView autoSizeContent];
}
- (void)viewWillDisappear:(BOOL)animated {