iconselection and date picking now get registered as user interaction

This commit is contained in:
michael starke
2016-08-26 16:42:18 +02:00
parent a7a28063f0
commit 2cf5c765f1
6 changed files with 26 additions and 13 deletions

View File

@@ -60,9 +60,6 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
@implementation MPEntryInspectorViewController
static NSString *kMPContentBindingString2 = @"content.%@.%@";
static NSString *kMPContentBindingString3 = @"content.%@.%@.%@";
- (NSString *)nibName {
return @"EntryInspectorView";
}