Skip to content

Commit

Permalink
Example touches fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Kirpichenko authored and Evgeniy Kirpichenko committed Dec 10, 2012
1 parent 02b6ff9 commit e7620c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ - (void) viewTapped:(UITapGestureRecognizer *) singleTap
#pragma mark -
#pragma mark actions

- (IBAction)showNext
- (IBAction) showNext
{
SingleScrollViewController *controller = [[SingleScrollViewController alloc] initWithUniversalNib];
[[self navigationController] pushViewController:[controller autorelease] animated:YES];
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ You can also use `EKKeyboardAvoidingScrollView` class instead of `UIScrollView`
##Example
![screenshot#1](https://github.com/kirpichenko/EKKeyboardAvoidingScrollView/raw/develop/README/screenshot_1.PNG)![screenshot#2](https://github.com/kirpichenko/EKKeyboardAvoidingScrollView/raw/develop/README/screenshot_2.PNG)

##Notes
Works on iPhone/iPad iOS 5.0+

0 comments on commit e7620c4

Please sign in to comment.