When apps quit, how can i know ViewControler of there

Hi,
I have completed one application but how can we store current status of application when apps quit.
I have tabBar application and i have 4 tab bar item.
I have 3 view with each tab bar item.
when my apps quit and that time i was in 3 view so how can i know that which view has apps quit?
Thanks.

There's no single way. If your view controllers are different classes, you can key on the class name (\[\[tabBarController.selectedViewController class\] description\]), or you could implement a view controller method that returns a piece of data unique to that view controller. If you don't want to do any of that, you can store a unique integer in each managed view's tag and access it with tabBarController.selectedViewController.view.tag.

Similar Messages

  • I'm getting a blank screen when trying to connect to my App Store.how can I fix this ?

    I'm getting a blank screen when trying to connect to my App Store.how can I fix this?

    I got this error after upgrading to new version. After searching these pages for an answer and not finding a usable one, I simply quit and re-opened iTunes, and... voila! Problem solved!

  • Someone else set up my apps on my iPad. Now when I load find friends it shows him instead of me. I rebooted and re installed the app. How can I remove him even though I'm signed in under my apple account

    Someone else set up my apps on my iPad. Now when I load find friends it shows him instead of me. I rebooted and re installed the app. How can I remove him even though I'm signed in under my apple account tnx

    deltajane wrote:
    My iphone4 and my ipad mini were synced to my computer, but now I don't seem to be able to see all of my content nor my photo stream.  I did see everything there several weeks ago, so I know it worked. How do I access those from my computer.  I can't find how to sign on. 
    This is the article that will assist with this part of your post:
    http://support.apple.com/kb/ht4486
    deltajane wrote:
    I signed on to iCloud, but it only shows the icons for Mail, Contacts, Calendar, Notes, Reminders, Find Phone, Numbers, Pages and Keynotes. Where's everything else ?
    What you've outlined in this part of the post is all that icloud stores for you outside of the backup. If you want to restore from the icloud backup you will then have for all practical purposes a carbon restoration back to your device if you restore from the icloud backup.
    deltajane wrote:
    I want to delete photos that are on my iphone, by doing so from the computer, not my phone.
    Syncing your device with itunes will then enable you to remove whatever photos you wish to remove from your device deleting them with the computer and not the iphone.

  • How can i fix my iphone i can't update or download apps, when i try it tells me toput my credit card info and i do but when i push done it tells me my payment has been declined, but why do i have to pay to update or download free apps. How can i fix this?

    how can i fix my iphone i can't update or download apps, when i try it tells me toput my credit card info and i do but when i push done it tells me my payment has been declined, but why do i have to pay to update or download free apps. How can i fix this?

    You must contact iTunes support to get the problem resolved.
    http://www.apple.com/support/itunes/contact/
    If there is a problem with your account or payment info, you cannot
    download anything (including free apps or updates) until the matter
    is resolved.
    In countries where the iTunes Store only sells apps, the accepted payment methods are Visa, MasterCard, and American Express. Other payment types such as gift cards, store credit, monthly allowances, ClickandBuy, and PayPal are not accepted. Depending on your App Store country, prices may be listed in your local currency, US Dollars, or Euros.    http://support.apple.com/kb/HT5552

  • In my macbook pro 15 inch mid 2012 model, my cpu and gpu will get very hot, when gaming or rendering sometimes over 200F. The fans only spin at max about 2900 rpm, when their max is 6400. I downloaded a fan control app, but how can i fix it?

    In my macbook pro 15 inch mid 2012 model, my cpu and gpu will get very hot, when gaming or rendering sometimes over 200F. The fans only spin at max about 2900 rpm, when their max is 6400. I downloaded a fan control app, but how can i fix it?

    Hi rhaughan,
    I see that you have concerns about your operating temperature of your computer while using resource-heavy applications such as gaming applications. I have an article that will address some of the concerns you have mentioned:
    Mac notebooks: Operating temperature - Apple Support
    http://support.apple.com/en-is/HT201640
    While there are third-party utilities that measure the temperature of a notebook computer, it is important to understand that these utilities are not measuring the external case temperature. The actual case temperature is much lower. Never use third-party applications to diagnose possible hardware issues—instead, contact Apple or go to an Apple Retail Store or Apple Authorized Service Provider.
    You should also see this article for even further information about your fans:
    Learn about the fans in your Mac - Apple Support
    http://support.apple.com/en-is/HT202179
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    If you are sure that you have sound in other apps - and if you can still hear keyboard clicks and get notifications, then system sounds are not muted. Try this and see if it works.
    Close all apps completely and reboot the iPad.
    Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Accidentally deleted an App Store app.  how can I get the icon back on my home screen?  when I search for it in the App Store it comes up 'open'. thanks.

    accidently deleted an app Store app.  how can I get the icon back on my home screen?  in the app store it comes up 'open' instead of install.

    What happens if you tap on open?
    Remember, if you ever want to find an app quickly, you can slide all the way to the left (iOS 6 and lower) or pull down (iOS 7 and later) to get to an app.
    If you know for certain that you have deleated the app, please try restarting your phone. There are many ways to do this, but the safest way would be to hold down the power button and then slide to power down.
    Once powered down, restart and try to find the icon on your screen. If you still can't find it, go into the App Store and then find the app you were trying to access. It should have an iCloud download symbol since you've purchased it before, rather than saying "install."

  • How can i know which index will be used when executing the query ?

    1 ) I have query in which i have 3-4 tables but there multiple index on one column .
    so how can i know which index will be used when executing the query ?
    2) I have a query which ia taking too much time . how can i know which table is taking too much time ?
    3) Please Provide me some document of EXplain plan ?

    Hi Jimmy,
    Consider the below example
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    CREATE TABLE FIRST AS
    SELECT * FROM all_objects;
    UPDATE FIRST
    SET object_name = 'TEST'
    WHERE owner != 'SCOTT';
    CREATE INDEX idx_first ON FIRST(object_name);
    SELECT *
    FROM FIRST
    WHERE object_name = 'TEST';
    It has not used index
    Execution Plan
    Plan hash value: 2265626682
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 58678 | 7334K| 163 (4)| 00:00:02 |
    |* 1 | TABLE ACCESS FULL| FIRST | 58678 | 7334K| 163 (4)| 00:00:02 |
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    SELECT *
    FROM FIRST
    WHERE object_name = 'emp';
    This has used the index
    Execution Plan
    Plan hash value: 1184810458
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 128 | 1 (0)| 00:00:01 |
    | 1 | TABLE ACCESS BY INDEX ROWID| FIRST | 1 | 128 | 1 (0)| 00:00:01 |
    |* 2 | INDEX RANGE SCAN | IDX_FIRST | 1 | | 1 (0)| 00:00:01 |
    From this we can come to the conclusion that, whether to use one index or not by oracle
    would also depend on the data which is present in the table. This has to be this way as
    we see in the bind peeking, if oracle sticks to only one plan, say only use the full table
    scan, it would be a performance hit when it searches for the second query ie where object_name
    ='emp';
    2.
    If we have a query like below.
    select * from emp
    where upper(ename) = upper(:p_ename);
    Evenif we have the index on ename column, oracle wouldn't be able to use the index, as there is a function in the predicate column. If you need oracle to use the index, we need to create a function based index as below.
    Create index idx_ename on emp(upper(ename));
    Regards,
    Cool

  • When reading my book on iBooks, I encounter duplicate pages for many pages then it skips the pages that should be there so I am missing large parts to chapters, is this a "bug" in the book or app? How can this be fixed?

    When reading my book on iBooks, I encounter duplicate pages for many pages then it skips the pages that should be there so I am missing large parts to chapters, is this a "bug" in the book or app? How can this be fixed?

    Does the same thing happen on any other books that you have in the app ? If not then it's probably just that one book, in which can you could try deleting the book and re-downloading it - if it re-downloads in the same state then try the 'report a problem' from your purchase history :http://support.apple.com/kb/HT1933

  • I want to skip some html code part when refersh the page, how can we know

    Hi,
    i want to skip some html code part when refersh the page, how can we know when we pressed refresh button or F5 key
    thanks in advance....

    There's not really any simple way to do this. Maybe tracking the page the user should be one from every page in the site and if the page being accessed is the same as the last one accessed, assume it was a refresh.

  • How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    Thanks for looking into this Jeff!
    I work with an Inventory module software and is responsible for software detection across several computers. Once an updated version comes up, I update our database with latest software details to get it detected if installed on any machines.
    The problem tracking updates with Desktop Creative Cloud Software are;
    1)We have to have it installed with the CC applications in-order to get the notification of the latest updates and have to check everyday.
    2)Only relates to the latest updates, so in-between we may miss a prior update unknowingly.Hence, the remote machines having those updates may not get  detected with the software version update which would create problem in reporting.
    3)For all CC products, there is no base or previous updates available for installation if we miss one.
    I went through the Adobe Products Update pages [Product updates] which holds good when it comes to Acrobat and Reader software which I follow to track down any newer updates but this is inconsistent when it comes to CC products like in After Effects CC, Dreamweaver CC etc...
    So overall to be very specific, is there any one channel I can follow to get the notifications only for the updates on CC products and then may be I can rely on Desktop Creative Cloud for installation if not available anywhere like in product update pages of Adobe ?
    Regards,
    Subrat

  • How can I know when I reached space limitations

    Hi, I want to know what happens when an enviorment reachs its space limitation.
    I know that space available is 30mb per user and the only way to know how much space you've consumed is by calculations about the number of registers.
    But I'd like to know how can I know when I reached that limit and what is the procediment to buy more space (overall how much time it takes).
    Every comment will be appreciated.
    Thank you.
    Edited by: linkln on 13/08/2010 10:29 AM

    We recently instituted a new CRM On Demand storage policy and we realize it hasn’t been disseminated as broadly as it should be. This new policy is significantly more generous than the former policy at no additional charge. We used to offer 30MB pooled storage for Multi-tenant, 45MB for Single-Tenant Standard Edition, and 60MB for Single-Tenant Enterprise Edition (this space covered standard records and attachments).
    Customers often think in terms of records and not MB, especially when they are considering importing x million contacts or other records. An average record uses 2KB. We have made the following changes:
    1)     Multi-tenant. Converted the 30MB to 15,000 records. Added 100MB per user for attachments;
    2)     Single-Tenant Standard edition. Converted the 45MB to 22,500 records. Added 150MB per user for attachments;
    3)     Single-Tenant Enterprise edition. More than doubled the 60MB to 70,000 records. Added 200MB per user for attachments;
    In summary the new limits are:
    Storage Allotment by CRM OD Offering______     Records per User_____Megabytes for Attachments to Records per User
    Multi-Tenant___________________________15,000 ____________100
    Single-Tenant Standard Edition_____________22,500 ____________150
    Single-Tenant Enterprise Edition____________70,000 ____________200
    A couple of additional notes:
    •     When counting records we are only counting primary data records. Meta-data and configuration records don’t count against the limit.
    •     Usage is pooled as before (i.e. a customer receives the amount of storage per subscriber as listed above multiplied by number of subscribers).
    Edited by: bobb on Aug 13, 2010 10:57 AM
    Edited by: bobb on Aug 13, 2010 11:03 AM

  • How can I know when the laptop was last used?

    I left my laptop at the office, which is also my parents' house over the weekend. How can I know if someone else had used it while I was gone? Is there a log somewhere I can read or check?

    Console.app and check your browser(s) history. 

  • Is there a limit for the apps that i purchased or i can purchase as much i want? and how can i know the capacity it's taking? Thank you

    Is there a limit for the apps that i purchased or i can purchase as much i want? and how can i know the capacity it's taking? Thank you

    Yes you can buy whatever you want if your credit card is in good standing.
    Before you buy, read the size of the download in iTunes/App/iBook Store.
    Rule of thumb, you need to reserve about 10% of your total space.

  • How can i know when a refurbished ipod touch 5 is available in Singapore ?

    How can i know when a refurbished ipod touch 5 is available in Singapore ?

    Only when you go to the refurbished section of the Apple Store web page and they are listed as available

Maybe you are looking for

  • TIME_OUT error while executing a Z program

    Hi, We are executing a Z report based on the input field "Dispatched on" (Z date type) which is resulting in a runtime error.We have already created Indexes for the table CRMD_ORDERADM_H and CRMD_ORDER_INDEX. Runtime Errors         TIME_OUT Date and

  • How do I get my app store to work again?

    Alright, I've been having this problem on and off for awhile now. But occasionally when I click on my applications folder in my dash, my app store won't be working, which after I see that, the one on my desk top will stop working as well. And when I

  • PDF Export Error in BI 11.1.1.6

    Hi friends, Im in BI 11.1.1.6, while im trying to export the report through edit links export to PDF im getting the below error instead of exporting it to pdf. A fatal error occurred while processing the request. The server responded with: java.io.IO

  • T61, OCZ Agility 3 doesn't fit in the HDD cage

    Hi all So, I finally bought myself an SSD for my old ThinkPad. Works wonderfully - except that it doesn't fit quite right.  The OCZ Agility 3 is slightly too wide for the HDD cage, on the bottom of the drive. Recall that the drive sits bottom side up

  • ITunes automatically imports music after re-boots (damaged .itl file)

    Every time I start ITunes after my computer has been re-booted, ITunes starts importing my music library and says I have a damaged Music Library file (itl). If I allow ITunes to import my music files then it works fine (all playlists and ratings inta