Vote count:
0
is it possible for the push notification to slide down from the top of the phone when the app is open just like it would if it's minimised? Right now I'm trying to replicate this behaviour using :
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
//restore push
[[NSNotificationCenter defaultCenter] postNotificationName:@"appRestorePush" object:nil];
}
and responding to the notification by animating my own custom UIView.
asked 1 min ago
Push Notification, is it possible to get the push notification to slide down even when the app is open?
Aucun commentaire:
Enregistrer un commentaire