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];
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];