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
<!-- a tm / sublime snippet to go with https://github.com/abeisgreat/-_-.js --> | |
<snippet> | |
<content><![CDATA[ಠ_ಠ( ${1} )]]></content> | |
<tabTrigger>oo</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
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
-(void)manageRotation; | |
-(UIScrollView*)scrollview; | |
-(void)setCurrentPage_:(id)page; | |
-(void)setScrollingEnabled_:(id)enabled; | |
-(void)refreshScrollView:(CGRect)visibleBounds readd:(BOOL)readd; | |
-(void)setScrollsToTop_:(id)value; // New property added | |
@end |