Skip to content

Commit

Permalink
Updates template files
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenbot committed Nov 3, 2014
1 parent 04c5c08 commit 0be2d22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ - (void)didPressLeftButton:(id)sender
[super didPressLeftButton:sender];
}
- (id)keyForTextCaching
{
// Return any valid key object for enabling text caching while composing in the text view.
// Calling super does nothing
}
- (void)didPasteMediaContent:(NSDictionary *)userInfo
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ - (void)didPressRightButton:(id)sender
[super didPressRightButton:sender];
}



/*
// Uncomment these methods for aditional events
- (void)didPressLeftButton:(id)sender
Expand All @@ -97,6 +99,12 @@ - (void)didPressLeftButton:(id)sender
[super didPressLeftButton:sender];
}
- (id)keyForTextCaching
{
// Return any valid key object for enabling text caching while composing in the text view.
// Calling super does nothing
}
- (void)didPasteMediaContent:(NSDictionary *)userInfo
{
Expand Down

0 comments on commit 0be2d22

Please sign in to comment.