This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// MiniToggle.h | |
// MiniToggle | |
// | |
// Created by jtrim on 2/12/10. | |
/* | |
MiniToggle.h & MiniToggle.m: | |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR | |
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | |
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { | |
if ([self pointInside:point withEvent:event]) { | |
return _scrollView; | |
} | |
return nil; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09.10.09 15:59:36 GitNub[19914] TexturedWindow#initWithContentRect_styleMask_backing_defer: NameError: uninitialized constant TexturedWindow::NSMinYEdge | |
09.10.09 15:59:36 [0x0-0x233d33b].com.alternateidea.rubycocoa.GitNubApp[19914] /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing' | |
09.10.09 15:59:36 [0x0-0x233d33b].com.alternateidea.rubycocoa.GitNubApp[19914] /Applications/GitNub.app/Contents/Resources/TexturedWindow.rb:14:in `initWithContentRect_styleMask_backing_defer' | |
09.10.09 15:59:36 [0x0-0x233d33b].com.alternateidea.rubycocoa.GitNubApp[19914] /Applications/GitNub.app/Contents/Resources/rb_main.rb:23:in `NSApplicationMain' | |
09.10.09 15:59:36 [0x0-0x233d33b].com.alternateidea.rubycocoa.GitNubApp[19914] /Applications/GitNub.app/Contents/Resources/rb_main.rb:23 | |
09.10.09 15:59:36 [0x0-0x233d33b].com.alternateidea.rubycocoa.GitNubApp[19914] /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:192:in `const_missing': unin |
NewerOlder