Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mutech on github.
  • I am mutech (https://keybase.io/mutech) on keybase.
  • I have a public key ASAWfN8kjYNnZnE4L-O5TOMDPXsH2TRV5sZSGWelmlT1QAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am mutech on github.
  • I am mutech (https://keybase.io/mutech) on keybase.
  • I have a public key ASAWfN8kjYNnZnE4L-O5TOMDPXsH2TRV5sZSGWelmlT1QAo

To claim this, I am signing this object:

- (id<UITableViewDelegate>)resolveDelegateForInvocation:(NSInvocation*)invocation
withTableViewParameterAtIndex:(NSInteger)tvParameterIndex
withSectionParameterAtIndex:(NSInteger)parameterIndex
resolveCoordinates:(BOOL)resolveCoordinates
retainTableViewProxy:(UITableView**)tableViewProxy
{
id<UITableViewDelegate> result = nil;
AKATVDataSource* dataSource = nil;
NSInteger section = NSNotFound;
[invocation getArgument:&section atIndex:2+parameterIndex];