Can I show a custom Local notification View or an Custom Alert view when app is in Background?

Nits007ak

Actually I want to show a local notification in my app. But i want to show this notification with some custom design like ok and cancel button on it and image also. Alert view also can work but i am not sure if i can show it when app is in background Please suggest some solution.

Thanks In advance.

Yogesh Suthar

You can't change the view of Local Notification when it fires and when your app is in background, till in iOS 7. May be in iOS 8 you can do this.

Also if you want to use the UIAlertView to show the Notification, you can only show it when the app is in foreground.

You have to use this function in AppDelegate.m file to get the notification when app is in foreground.

-(void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Custom routing in Flask app

来自分类Dev

Notification on View added to parent?

来自分类Dev

How can I get the x/y location of a touch relative to the entire view when I touch a button?

来自分类Dev

How can I "slide up" a view on android from the bottom of a screen?

来自分类Dev

FOSUserBundle show group roles in edit view

来自分类Dev

Can i use nested linearlayouts instead of list view, for a big list?

来自分类Dev

custom view pager :Error inflating class android.support.v4.app.ViewPager

来自分类Dev

When I use custom stars for Android RatingBar, always show half star for decimal values below 0.5

来自分类Dev

Extending a custom Backbone.Marionette view. How to implicitly incur prototype's events/onRender?

来自分类Dev

Adding custom right click menu into Eclipse's project explorer view in RCP application

来自分类Dev

How can I fetch a database, then show the result in a view?

来自分类Dev

How can I change the size of UI Collection View cells depending on whether it is iPhone or iPad

来自分类Dev

How to show two camera view in android activity

来自分类Dev

Allow custom control to correctly scroll out of view

来自分类Dev

How can I debug a custom transformer

来自分类Dev

Proper way override fixed size custom view

来自分类Dev

UITableView is being reset when I use Custom Class

来自分类Dev

How can I add a custom Parameter to a box in maxscript?

来自分类Dev

How can I make all elements of a view be entered proportionally to the screen(xCode 6, using swift)?

来自分类Dev

Alert custom attribute value jquery table cell

来自分类Dev

How to redirect and show validation messages back to a partial view when Model.isvalid is false in ASP.NET MVC

来自分类Dev

NavigationDrawer not show the view

来自分类Dev

Use NSViewController with Custom View

来自分类Dev

Android Compound Custom View恢复保存状态

来自分类Dev

在ZF2中,如何在Custom View Helpers中转义HTML

来自分类Dev

How can i redirect the page in razor view .cshtml?

来自分类Dev

只有APK时如何对Custom View进行单元测试?

来自分类Dev

Show alert when I get null record using if/else statement

来自分类Dev

How can I view the active threads of a running program?

Related 相关文章

  1. 1

    Custom routing in Flask app

  2. 2

    Notification on View added to parent?

  3. 3

    How can I get the x/y location of a touch relative to the entire view when I touch a button?

  4. 4

    How can I "slide up" a view on android from the bottom of a screen?

  5. 5

    FOSUserBundle show group roles in edit view

  6. 6

    Can i use nested linearlayouts instead of list view, for a big list?

  7. 7

    custom view pager :Error inflating class android.support.v4.app.ViewPager

  8. 8

    When I use custom stars for Android RatingBar, always show half star for decimal values below 0.5

  9. 9

    Extending a custom Backbone.Marionette view. How to implicitly incur prototype's events/onRender?

  10. 10

    Adding custom right click menu into Eclipse's project explorer view in RCP application

  11. 11

    How can I fetch a database, then show the result in a view?

  12. 12

    How can I change the size of UI Collection View cells depending on whether it is iPhone or iPad

  13. 13

    How to show two camera view in android activity

  14. 14

    Allow custom control to correctly scroll out of view

  15. 15

    How can I debug a custom transformer

  16. 16

    Proper way override fixed size custom view

  17. 17

    UITableView is being reset when I use Custom Class

  18. 18

    How can I add a custom Parameter to a box in maxscript?

  19. 19

    How can I make all elements of a view be entered proportionally to the screen(xCode 6, using swift)?

  20. 20

    Alert custom attribute value jquery table cell

  21. 21

    How to redirect and show validation messages back to a partial view when Model.isvalid is false in ASP.NET MVC

  22. 22

    NavigationDrawer not show the view

  23. 23

    Use NSViewController with Custom View

  24. 24

    Android Compound Custom View恢复保存状态

  25. 25

    在ZF2中,如何在Custom View Helpers中转义HTML

  26. 26

    How can i redirect the page in razor view .cshtml?

  27. 27

    只有APK时如何对Custom View进行单元测试?

  28. 28

    Show alert when I get null record using if/else statement

  29. 29

    How can I view the active threads of a running program?

热门标签

归档