Skip to content

Instantly share code, notes, and snippets.

View S1ReX's full-sized avatar

Bradley Friedman S1ReX

View GitHub Profile
[UIView animateWithDuration:0.5f animations:^{
8:29 AM <kirb> view.alpha = 1;
8:29 AM <kirb> }];
static BOOL _enabled = YES;
%hook SBAssistantUserUtteranceController
- (BOOL)isCorrectable
{
if (_enabled)
return NO;
else
return %orig;
<script src="http://pastebin.com/embed_js.php?i=Kn4qBXMt"></script>