/PTHintController

Pop-up messages with auto closing after delay for iOS.

Primary LanguageObjective-C

Pop-up messages with auto closing after delay for iOS.

Using PTHintController

Add files into your project

Import class

import "PTHintController.h"

Show hint 2 second

[[PTHintController sharedHint] setText:@"Статья отправлена в Twitter"];
[[PTHintController sharedHint] showInView:self.view duration:2];

PTHintController