Improved "Add Entry" workflow (issue #156)

- New entry is automatically scrolled to and selected
- Title textfield is automatically focused
- Pre-generate a password using the deault password creation settings
This commit is contained in:
James Hurst
2014-08-05 20:46:42 -04:00
parent 6ddce76b0d
commit 5ff911b824
6 changed files with 56 additions and 1 deletions

View File

@@ -113,6 +113,9 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
selector:@selector(_didChangeCurrentItem:)
name:MPDocumentCurrentItemChangedNotification
object:document];
[self.entryViewController regsiterNotificationsForDocument:document];
[self.entryViewController setupBindings:document];
[self.groupViewController setupBindings:document];
}