Skip to content

Instantly share code, notes, and snippets.

View indigoexcel's full-sized avatar

Phil Wright indigoexcel

View GitHub Profile
@indigoexcel
indigoexcel / gist:4142443
Created November 25, 2012 04:54 — forked from Krizzzn/gist:1195836
Objective-C: Animation Block in Cocoa Touch
[UIView animateWithDuration: 1.0
delay: 0.0
options: UIViewAnimationOptionCurveEaseIn
animations:^{
self.view.alpha = 0.0;
drawingVC.view.alpha = 0.0;
drawingVC.view.frame = CGRectMake(400, 400, 400, 400);
}
completion:nil];
@indigoexcel
indigoexcel / html-422.html
Created November 25, 2012 04:48
html_422
<!doctype html>
<html>
<head>
</head>
</html>
@indigoexcel
indigoexcel / HTML: 404error
Created November 25, 2012 04:41
HTML: 404 Error
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;