How do you implement a simple notification while your app is running? Just like a push notification but instead happens while your app is in the foreground. My searches on this topic can't dodge all of the stuff on push notifications :)
In game notification
(3 posts) (2 voices)-
Posted 10 months ago #
-
what about just showing a
UIAlertViewif you need to tell something to the user?Posted 10 months ago # -
Thanks! That was exactly what I was looking for. I might eventually create my own layer to customize the look of the notification but this will do for now.
Posted 10 months ago #
Reply
You must log in to post.