Skip to content

Commit

Permalink
Fix #26: Permit panning over the entire view. Also update build number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Dee committed Sep 2, 2011
1 parent 0ae6b3a commit b42427b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Dubsar copy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.0.1-1</string>
<string>1.0.1-2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Dubsar copy2-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.0.1-1</string>
<string>1.0.1-2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Dubsar/Dubsar-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.0.1-1</string>
<string>1.0.1-2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Dubsar/DubsarNavigationController_iPad.m
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceive
if ([self.topViewController respondsToSelector:@selector(handleTouch:)]) {
[self.topViewController handleTouch:touch];
}
return ![touch.view isKindOfClass:UIScrollView.class];
return /* ![touch.view isKindOfClass:UIScrollView.class] */ YES;
}

@end

0 comments on commit b42427b

Please sign in to comment.