Switch between 2 views on iPhone

Hi Guys,
I am new in iPhone development. But I have 18 years expirience in Win programming. Ah, guess, it is the root of the problem
I want to switch between two views. I take this idea from "Metronome" sample by the Apple.
As I see, I do the same, but see just black screen.
My example can be downloaded at http://att.macrumors.com/attachment.php?attachmentid=127367&d=1217516511. Could anybody say what I do wrong or what I did not?
Thank you for your help!

No option to restore from backup.
Sorry for double post. See below.
Message was edited by: alaikin

Similar Messages

  • Keyboard shortcut for switching between orthogonal views?

    I know that F10, F11, F12 toggle between the custom views, but is there a shortcut or a way to create the shortcut for switching between the different orthogonal views?  What's the easiest way to switch between top and left views?
    Thank you for your time and help!
    Best,
    Laz

    Nope. One of the downsides of AE not having a proper 3D environemnt...
    Mylenium

  • Switch between CDMA and GSM Iphone 5

    Hi,
    I am wondering on the Verizon Iphone 5, can you switch between CDMA and GSM via a setting or is it still like the iphone 4s where you have to remove the sim card to switch back to CDMA?
    Thanks.

    A SOLUTION: cut another corner and insert the nano-SIM upside-down, and keep a SIM card ejection tool on your key ring or tape one to your phone's case or both.
    Adam, and anyone else who like us, was hoping that there were a software based method that would allow iPhone 5 users the option of toggling between Verizon (or other CDMA carrier) and whatever other SIM Card based GSM carrier we have inserted/installed into our SIM tray.
    For myself, I have a SIM card with the "Minutes" type of plan, specifically the minutes plan that gives 2000 minutes for $100, which is good for one year. This is my backup network. 
    Since I do not need a SIM for the CDMA network that I use as my primary network, my SIM slot is empty (I am not running LTE, only 3G).
    So, in order to be able to switch my handset from one carrier to the other, which would be most helpful in the event of a system failure on my primary carrier I can switch over to my "backup/gsm network; it would be very, very nice to be able to toggle between the two networks, (like in the old days where we could simply select either the 'A' {non-wireline} or the 'B' {wireline} carrier/network) by simply pressing a couple-few buttons.  It is funny to me to actually realize my old "Brick" phone actually had a feature lacking on my iPhone 5.
    This would have been great during hurricane Sandy when my Verizon service was (literally) dead in the water for several days.  And, there is always the possibility of a cell site going down on the primary network, again.

  • TS4436 I cant switch between cameras on my iphone 5 , the little switch button is gone

    I can no longer switch from the front camera to the main camera, the little switch button is gone.

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPhone shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).

  • Switching between Apple IDs on iphone

    I have an Iphone issued by my employer. What would happen if I logged out the the company Apple ID and logged into my own so I can download apps?

    On of the problems arises when you have to update apps.  If apps were installed under the company id, you would have to log back in with that ID to update the app.  Also, your IT department may have utilized a company ID for a specific reason.  You should check with them, many companies don't have a problem with employees putting personal content on devices. 

  • Add a simple switch to PDF Reader to change between MY-VIEW and ORIGINAL-VIEW

    I would like to open pdf file with my same default viewing preference *every single time* that I open a PDF file, regardless of what the original document creator set as the default view.  It would be nice to have a SIMPLE switch between MY-VIEW and ORIGINAL-VIEW.  It's very frustrating to have to keep switching my view preferences every time I open a new file with a different default.

    Thank you Bernd, but that is only part of the solution.  For example, I do set the Page Layout to 1-page-continuous.  MOST of the time it keeps this setting, but some documents either override that setting, or perhaps it reverts back to a default (maybe with version upgrades?).  The other part is that I always want the menu-bar and toolbar to show up.  Some documents hide these when they open.  I realize that I can hit [F8] and/or [F9] to toggle these, but there are additional settings.  I also want to always have the selection tools available, etc.  Bottom Line: I just want a collection of settings that I can call up with a single, simple shortcut or button, so I don't have to perform multiple steps just to get the tool back to my standard configuration whenever something changes it.

  • Photos get all blurry when switching between "100%" and "Fit to Screen"

    Hello,
    I downloaded the Aperture 3 Testversion and I'm trying to create a new book. I managed to design all the pages but when I switch between the views the photos get all blurry until I zoom in and out of the photo.
    I was wondering if anybody knows if it will affect the print out version and if I can do something that they aren't blurry when I get my copy?
    Thank you for your help.
    Tim

    I have also noticed this.
    Click the print button in the book layout window.
    In the print dialog, choose PDF>open pdf in Preview.
    I presume this shows a reasonably accurate facsimile of how the images will appear when printed.

  • Switch between Inboxes

    Apple is the king of user friendly applications, but you know how much time I spent Switching between all my Inboxes on my iPhone (I have 4 accounts)?
    -Click account 1
    -Click Inbox
    -Click back
    -Click back
    -Click Account 2
    -Click Inbox
    - ... etc...
    Other key features I miss:
    -Mark all email as read
    -Search emails from someone (From contacts and from an open email)
    I hope someone from Apple reads this for Iphone 2.0,
    JP

    Has anyone figured a faster way to switch between mailboxes/inboxes in iPhone 2.0? I don't think Apple fixed this issue yet. bummer.

  • How to switch between views in iPhone SDK

    I have been tasked to learn the iPhone SDK. I know Actionscript, Javascript and some Java, but I cannot understand the iPhone SDK at all. I cannot understand the syntax or how the multitude of files work together. Also, there are no tutorials for complete beginners that show step-by-step what to do and why.
    All I am trying to make is an application with a couple of views that change when the user touches a button. What is the easiest way to switch from one view to another?
    Also, what is an AppDelegate? What is "synthesize"? What is "nonatomic,retain"? Why can't I write code like this... theButton.onClick=loadView("NewView");

    Ok, you really need to read up some on how Objective-C and Cocoa work.
    That said, If you make a new project in XCode using the "Utility" template, you can immediately run it and see a view transition (flip).
    Ultimately, however, what you're looking to do is way beyond what you should be expecting to be to be able to do at this point. Programming a scripting language (Javascript, ActionScript) is much different than programming in C/C+/Objective-C/Objective-C+. While not directly applicable to the iPhone, you'll probably want to buy and read Aaron Hillegass' book "Cocoa Programming for Mac OX X 3rd Edition".
    There is a tutorial on the iPhone Dev Center (log in, main page, bottom right, under "resource types", click "Guides", and look for "iPhone Application Tutorial" on the next page) that is worth reading.
    rob.

  • When frequently switching between mobile and desktop view

    When I frequently switching between mobile and desktop view I have to open the layers every time since they get closed/collapsed. Adobe may need to fix it for the next version.

    You can use CTRL+# to switch between Code and Design View.
    By the way, this is the Dreamweaver Application Development forum which deals with questions about using server-side scripting languages like PHP or ColdFusion. General Dreamweaver questions should be posted in the regular Dreamweaver General Discussions forum.
    And while I´m at it: please use descriptive headlines such as "how to switch between Code and Design View" for your posts -- mentioning your screen name "Goula129" is not helpful to other users.

  • Double-tapping to switch between or clear running apps is not working with iPhone 4s.

    when I double tap to close out or switch between running functions, it does nothing ever since yesterday. I have the most current update since last week and the home button works for all other purposes so it's not broken. Now my battery is draining because I cannot shut off running apps. Please help!

    Hi Kate,
    Welcome to Apple Support Communities.
    It sounds like you’re running into a multitasking issue that’s preventing you from switching between apps or forcing them to quit. Try restarting your iPhone, as shown in the article linked below.
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    If that doesn’t do it, you can always try restoring the iPhone to factory settings too.
    Use iTunes to restore your iOS device to factory settings - Apple Support
    Cheers,
    -Jason 

  • IPod on iPhone 4 starts playing when switching between apps

    My iPhone 4's iPod starts playing when I switch between apps, it goes on and off

    Not sure if this is the deal or not, when I click on my ipod app it's playing a song, I can't here any music but the pause button is showing, is it playing and running down the battery.. BTW I never seem to have earphones around to see if it's playing, however I have sync in my car and it is playing when I switch to aux..
    Thanks for any help and I hope I'm not stepping on your positing. sorry if I am..

  • I am aware that many people, like me, have lost the ability to mirror their iPad, iPhone or computer with Apple TV.  Has anyone yet found a solution?  One day it worked, the next day the option to switch between the device and Apple TV had disappeared.

    Has anyone managed to resolve the problems encountered with Apple TV and the loss of ability to mirror iphones, ipads or computers?  One day it was working perfectly, from all the above devices, the next the option to switch between playing on the device or mirroring to apple tv had disappeared.  I have tried all the obvious such as updating iTunes, turning all devices off and then back on, but nothing is working.  Help please!

    Welcome to the Apple Community.
    Your problem is most certainly network related, you might try restarting your devices including your router as a temporary solution, but in the long term would be better correcting the problems with your network.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first.

  • Switching between the Classic View and the Tree View in transaction FEBA

    Hi All
    I would like to know how to switch between the Classic View and the Tree View on transaction FEBA for post processing of bank statements. I have a scenario where in the DEV client the transaction is calling up the Tree View and in my QA environment it calls up the Classic View, and I would like to know if there is a way to easily switch between the two views.
    I'd appreciate your assistance.

    Hi,
    I think you can do the same using transaction codes FEBA and FEBAN.
    Thanks
    Aravind

  • Iphone switching between pod cast and Ipod shuffle

    Hello, I have an IPhone 3 G and while I am running at my gym it keeps switching between my IPod and my podcast player. I have checked my internet connections and it is fine. I know I am not hitting the shuffle buttoon because I turn the sceen saver off, after I have selected the Pod Cast music that I like. Is it the head phones or the IPhone?

    One thing that might help out.
    The button on the headphones does not have the ability to shuffle media files.
    One click to pause or play. two clicks to advance to the next track.
    Here is a link to the iphone user guide that might help out.
    Check out page 63 for shuffle and repeat features.
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    Hope this helps.

Maybe you are looking for

  • DataTransfer Error

    I have written following lines of code, but when TransferData() method is called, it generates error "Property LoginSecure cannot be changed or read after a connection string has been set."  Can anybody help me? Thanks in advance.... Code: //1. Creat

  • Last Status Message ID -10040 - Program will not rerun

    Ive deployed a package which reprts 99% success. if i look at the report of the succesful clients about half are reporting the state message above & the other half  10008 - Program completed with success. Have the machines with state mesage ID 10040

  • Agregar informacion a un archivo.sql

    Buenas noches estoy utilizando el CFFILE para modificar un archivo .sql que estoy creando al hacer una backup para no me agrega la infomacion que le estoy pasando la sentencia que estoy usando es la siguienteÑ <cffile action=append file="ruta" output

  • If I clean install my Mac, how will I reinstall Final Cut Studio?

    I'm experiencing a blue screen issue with my iMac 10.6 with Snow Leopard.  And I'm resorting to doing a clean install.  I'm thinking this will remove Final Cut Studio and it's applications, making me reinstall them on a fresh computer.  Will there be

  • PIX501 configure a second tunnel to new peer.

    I am a bit of a novice on these  devices but can anyone help, I need to create a second tunnel using the  same policy settings, the policy 20 is the current settings. How would I go about doing this, so far I have created most of the policy 21.  This