Skip to content

Instantly share code, notes, and snippets.

View kevinpiac's full-sized avatar
🕶️
Working Hard To Create The Best Serverless Platform

Kevin Piacentini kevinpiac

🕶️
Working Hard To Create The Best Serverless Platform
View GitHub Profile
@kevinpiac
kevinpiac / part1.m
Created August 7, 2019 08:41 — forked from enigmaticape/part1.m
You want to use NSObject performSelector with multiple parameters, but you can't ? (1)
- ( id ) methodWithOneParam:( id ) theParam {
// Do amazing stuff
return @"Srsly, Amazing!";
}
- ( id ) methodWithFirst:( id ) firstParam
andSecond:( id ) secondParam
{
// Do doubly amazing stuff