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

Use NSViewController with Custom View

来自分类Dev

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

来自分类Dev

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

来自分类Dev

Allow custom control to correctly scroll out of view

来自分类Dev

Proper way override fixed size custom view

来自分类Dev

Android Compound Custom View恢复保存状态

来自分类Dev

Notification on View added to parent?

来自分类Dev

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

来自分类Dev

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

来自分类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 debug a custom transformer

来自分类Dev

NavigationDrawer not show the view

来自分类Dev

Alert custom attribute value jquery table cell

来自分类Dev

Custom routing in Flask app

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

来自分类Dev

UITableView is being reset when I use Custom Class

来自分类Dev

FOSUserBundle show group roles in edit view

来自分类Dev

How to show two camera view in android activity

来自分类Dev

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

来自分类Dev

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

来自分类Dev

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

Related 相关文章

  1. 1

    Use NSViewController with Custom View

  2. 2

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

  3. 3

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

  4. 4

    Allow custom control to correctly scroll out of view

  5. 5

    Proper way override fixed size custom view

  6. 6

    Android Compound Custom View恢复保存状态

  7. 7

    Notification on View added to parent?

  8. 8

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

  9. 9

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

  10. 10

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

  11. 11

    How can I debug a custom transformer

  12. 12

    NavigationDrawer not show the view

  13. 13

    Alert custom attribute value jquery table cell

  14. 14

    Custom routing in Flask app

  15. 15

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

  16. 16

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

  17. 17

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

  18. 18

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

  19. 19

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

  20. 20

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

  21. 21

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

  22. 22

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

  23. 23

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

  24. 24

    UITableView is being reset when I use Custom Class

  25. 25

    FOSUserBundle show group roles in edit view

  26. 26

    How to show two camera view in android activity

  27. 27

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

  28. 28

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

  29. 29

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

热门标签

归档