Public Gists by quamen

Gravatar
Mon Aug 03 22:06:58 -0700 2009
1
2
3
-(IBAction)didPressButtonInTableCell:(MyButton*)sender {
  NSUinteger index = 0;
  
Gravatar
Mon Aug 03 22:06:23 -0700 2009
1
2
3
-(IBAction)didPressButtonInTableCell:(MyButton*)sender {
  for (int i = 0; i < [anArrayOfKeys count]; i++) {
    if ([[anArrayOfKeys objectAtIndex:i] isEqualToString:sender.key]) {
Gravatar
Mon Aug 03 21:55:47 -0700 2009
1
2
3
-(IBAction)didPressButtonInTableCell:(MyButton*)sender {
  NSIndexPath *indexPath = [tableView indexPathForCell:(MyCell *)sender.superview];
  [self tableView:tableView didSelectRowAtIndexPath:indexPath];
Gravatar
Sun May 31 21:25:06 -0700 2009
1
2
3
splashView = [[UIImageView alloc] initWithFrame:CGRectMake(0,0, 320, 480)];
  splashView.image = [UIImage imageNamed:@"Default.png"];
  [window addSubview:splashView];
Gravatar
Wed Mar 18 20:27:38 -0700 2009
1
2
3
Note: UK People start here: http://twitter.com/timmeh/status/1351833678
 
HOW TO ENABLE TETHERING ON YOUR 3.0 iPHONE
Gravatar
Thu Feb 05 14:09:13 -0800 2009
1
2
3
var DateHelper = {
  // Takes the format of "Jan 15, 2007 15:45:00 GMT" and converts it to a relative time
  // Ruby strftime: %b %d, %Y %H:%M:%S GMT
Gravatar
Mon Feb 02 13:07:35 -0800 2009
1
2
3
gareth-townsends-macbook-air:formtastic quamen$ gem list | grep rspec
dchelimsky-rspec (1.1.12, 1.1.11.6, 1.1.11.4, 1.1.11.3, 1.1.11.2)
rspec (1.1.12, 1.1.11)