NSNotificationCenter(CSMainThread) Category Reference

Declared in NSNotificationCenter+MainThread.h

– postNotificationOnMainThread:

- (void)postNotificationOnMainThread:(NSNotification *)notification

– postNotificationOnMainThreadName:object:

- (void)postNotificationOnMainThreadName:(NSString *)aName object:(id)anObject

– postNotificationOnMainThreadName:object:userInfo:

- (void)postNotificationOnMainThreadName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)aUserInfo

– postNotificationOnBackgroundThread:

- (void)postNotificationOnBackgroundThread:(NSNotification *)notification

– postNotificationOnBackgroundThreadName:object:

- (void)postNotificationOnBackgroundThreadName:(NSString *)aName object:(id)anObject

– postNotificationOnBackgroundThreadName:object:userInfo:

- (void)postNotificationOnBackgroundThreadName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)aUserInfo