I hereby claim:
- I am kattrali on github.
- I am kattrali (https://keybase.io/kattrali) on keybase.
- I have a public key whose fingerprint is 1CA4 C136 28EA 52B9 FEE1 86F7 5112 DFE7 F462 E676
To claim this, I am signing this object:
| # encoding: UTF-8 | |
| class String | |
| # Extend string to include transliterations to different orthographies | |
| # from Latin character set or the reverse (`to_latin`) | |
| # | |
| # Supported Orthographies: | |
| # Arabic, Cyrillic, Greek, Hangul, Hiragana, Katakana, Latin, Thai | |
| # |
| - (void)controllerWillChangeContent:(NSFetchedResultsController *)controller | |
| { | |
| shouldReloadCollectionView = NO; | |
| blockOperation = [NSBlockOperation new]; | |
| } | |
| - (void)controller:(NSFetchedResultsController *)controller didChangeSection:(id<NSFetchedResultsSectionInfo>)sectionInfo | |
| atIndex:(NSUInteger)sectionIndex forChangeType:(NSFetchedResultsChangeType)type | |
| { | |
| __weak UICollectionView *collectionView = self.collectionView; |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // DMMMainStoryboard.h | |
| // Copyright (c) 2014 Delisa Mason. All rights reserved. | |
| // Generated by Ovaltine (http://github.com/kattrali/ovaltine) | |
| #import <Foundation/Foundation.h> | |
| @interface DMMMainStoryboard : NSObject | |
| +(UIStoryboard *)storyboard; |
| /* Hide forking and starring from activity feed */ | |
| div.alert.fork, div.alert.watch_started { | |
| display: none; | |
| } |