-
Posts
196 -
Joined
-
Last visited
Community Answers
-
Shiny Shizou's post in How to make a pop up/ notification (i guess) was marked as the answer
Would a normal alert be sufficent for your needs?
e.g.:
SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow]; [alert showNotice:NSSENCRYPT("Title") subTitle:NSSENCRYPT("Content") closeButtonTitle:NSSENCRYPT("Close") duration:0.0f];