Skip to content

justinrushing/JRPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

JRPlugins

Little plugins that I've made for my iOS projects

Categories

NSThread+Block


This category allows the user to detach a new thread and pass a block to be executed, instead of having to pass a selector and caller

Usage:

[NSThread detachNewThreadWithBlock:^{
	//Do something interesting
}];

About

Little plugins that I've made for my iOS projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors