2
0

Improved overlay navigation, store refactoring and automatic sizing of store cells.

This commit is contained in:
Maarten Billemont
2014-09-24 01:07:02 -04:00
parent fe5828c724
commit 466863f8fd
20 changed files with 401 additions and 308 deletions

View File

@@ -19,23 +19,6 @@
#import "MPAppSettingsViewController.h"
#import "UIColor+Expanded.h"
@interface MPTableView:UITableView
@end
@implementation MPTableView
- (void)layoutSubviews {
[super layoutSubviews];
}
- (void)setContentInset:(UIEdgeInsets)contentInset {
[super setContentInset:contentInset];
}
@end
@implementation MPAppSettingsViewController {
}