Skip to content

Instantly share code, notes, and snippets.

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIImage initWithCoder:]: unrecognized selector sent to instance 0x15d7b0'
*** Call stack at first throw:
(
0 CoreFoundation 0x31b3364f __exceptionPreprocess + 114
1 libobjc.A.dylib 0x3682cc5d objc_exception_throw + 24
2 CoreFoundation 0x31b371bf -[NSObject(NSObject) doesNotRecognizeSelector:] + 102
3 CoreFoundation 0x31b36649 ___forwarding___ + 508
4 CoreFoundation 0x31aad180 _CF_forwarding_prep_0 + 48
5 UIKit 0x334431cf UINibDecoderDecodeObjectForValue + 1646
6 UIKit 0x33443347 -[UINibDecoder decodeObjectForKey:] + 66
/*
* More info at: http://phpjs.org
* http://phpjs.org/functions/index
*
* php.js is copyright 2009 Kevin van Zonneveld.
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* Conversion to Objective-J copyright 2009 Philippe Laval
* Licenced under the same MIT, GPL dual licences.
% padrino console
=> Loading development console (Padrino v.0.10.1)
/Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/reloader.rb:101:in `to_s': wrong number of arguments(0 for 1) (ArgumentError)
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/reloader.rb:101:in `block in lock!'
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/reloader.rb:101:in `map'
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/reloader.rb:101:in `lock!'
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/loader.rb:54:in `load!'
from /Users/farcaller/Developer/Active/TapDeploy/config/boot.rb:29:in `<top (required)>'
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gems/padrino-core-0.10.1/lib/padrino-core/cli/base.rb:68:in `require'
from /Users/farcaller/.rvm/gems/ruby-1.9.2-p290@padrino/gem
self.rootView = [[[UIView alloc] initWithFrame:self.tableView.frame] autorelease];
[self.tableView removeFromSuperview];
self.tableView.frame = self.rootView.bounds;
[self.rootView addSubview:self.tableView];
self.view = self.rootView;
/******************************************************************************
* VFNetworkManager *
* Copyright (c) 2011 Vladimir "Farcaller" Pouzanov <farcaller@gmail.com> *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the "Software"), *
* to deal in the Software without restriction, including without limitation *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
//
// LMLoadMoreController.h
// LoadMoreTable
//
// Created by farcaller on 13.03.11.
// Copyright 2011 Codeneedle. All rights reserved.
//
#import <UIKit/UIKit.h>
firewind:temp/uikit% class-dump /Applications/Twitterrific.app/Contents/Frameworks/UIKit.framework/UIKit -Ht
firewind:temp/uikit% ls
CDStructures.h UIImageView.h UISwipeGestureRecognizer.h
NSBundle-UINibLoading.h UIKey.h UISwitch.h
NSCoder-NSCoderUIGeometryExtensions.h UIKitView.h UITabBarController.h
NSIndexPath-UITableView.h UILabel.h UITableView.h
NSObject-Protocol.h UILongPressGestureRecognizer.h UITableViewCell.h
NSObject-UIAccessibility.h UIMenuController.h UITableViewCellSeparator.h
NSObject-UINibLoading.h UIMenuItem.h UITableViewController.h
NSString-UIStringDrawing.h UINSClipView.h UITableViewDataSource-Protocol.h
@farcaller
farcaller / gist:719729
Created November 29, 2010 08:28
NSString category for GSM7 encoding and GSM7/UCS-2BE string length evaluation
//
// NSString+SMSCount.m
// SmsProsto
//
// Created by Farcaller on 28.11.10.
// Copyright 2010 Codeneedle LLC. All rights reserved.
//
#import "NSString+SMSCount.h"
#include <iconv.h>
<p>
<a href="kullanim.html" class="bumpbox" rel="1100-600">Kullanım Şartları</a> |
<a href="aileler.html" class="bumpbox" rel="1100-600">Aileler İçin</a> |
Kurallar ve Koşullar |
Bize Ulaşın</p>
<map name="MapMap" id="MapMap">
<area shape="rect" coords="5,9,85,64" href="http://www.cartoonnetwork.com.tr" target="_blank" alt="Cartoon Network" />
<area shape="rect" coords="112,9,167,68" href="http://www.kfcturkiye.com/" target="_blank" alt="Kentucky Fried Chicken" />
<area shape="rect" coords="190,3,279,72" href="http://www.projecalide.com" target="_blank" alt="Proje Calide" />
//
// VFReverseQueue.h
// Berlingske
//
// Created by Farcaller on 09.11.10.
// Copyright 2010 Ciklum. All rights reserved.
//
#import <Foundation/Foundation.h>