UIApplicationDidBecomeActiveNotification notification is confusing
I'm confused about UIApplicationDidBecomeActiveNotification. I can
register an observer for this notification, and receive signals when the
app becomes active from the background or when being launched. However,
when I pull down the hidden top popup view (for general information:
notifications, weather, stock market) then pull up to hide it, the signal
is also generated. I use a callback method hooked with this signal to
refresh my app, so this can be annoying for users of my app.
Can anybody help me differentiate these cases?
No comments:
Post a Comment