Welcome to iPadForums.net Guest - Click Here to Register

How to setup a Multiple View in Ipad App

This is a discussion on How to setup a Multiple View in Ipad App within the iPad Development forums, part of the iPad App Store category; Hi All, I am new developer about Ipad and I would like to create a view with more image view and buttons in the same ...

Register with iPad Forums
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    iPad Noob!
    Member #
    31811
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    1

    How to setup a Multiple View in Ipad App

    Hi All, I am new developer about Ipad and I would like to create a view with more image view and buttons in the same view, here some code I did but I have no error accept on the simulator when I press first time I got different setAnimationTransition of the second time, but I don't know if is correct to put more image view and buttons on the same view.
    Thank you so much in advance.


    - (IBAction) intro_antonio: (id) sender{

    [intro_antonio setHidden:NO];
    [img1 setHidden:YES];
    [img2 setHidden:YES];
    [img3 setHidden:YES];
    [img4 setHidden:YES];
    [img5 setHidden:YES];
    [img6 setHidden:YES];
    [img7 setHidden:YES];

    [BTN1 setHidden:NO];
    [BTN2 setHidden:NO];
    [BTN3 setHidden:NO];
    [BTN4 setHidden:NO];
    [BTN5 setHidden:NO];
    [BTN6 setHidden:NO];
    [BTN7 setHidden:NO];
    [BTN8 setHidden:NO];

    [UIView beginAnimations:@"flipping view" context:nil];
    [UIView setAnimationDuration:1];
    [UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
    [UIView setAnimationTransition:UIViewAnimationTransitionFl ipFromRight
    //[UIView setAnimationTransition:UIViewAnimationTransitionCu rlUp
    forView:intro_antonio cache:YES];

    [intro_antonio setHidden:NO];
    [UIView commitAnimations];

    }

  2. Ads



Home | Forum | Active Topics | What's New

Advertisements

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Syncing devices to multiple iTunes accounts on multiple computers.
    By Philippe in forum iPad General Discussions
    Replies: 8
    Last Post: 11-27-2010, 04:55 AM
  2. IPad Newbie here...initial setup questions
    By desidude in forum iPad General Discussions
    Replies: 6
    Last Post: 09-13-2010, 07:20 PM
  3. Replies: 41
    Last Post: 08-22-2010, 12:40 PM
  4. multiple table view
    By izik-sh in forum iPad Development
    Replies: 6
    Last Post: 08-13-2010, 08:27 PM
  5. IPAD initial setup?
    By GordonD in forum iPad Help
    Replies: 23
    Last Post: 06-08-2010, 08:19 PM

Search tags for this page

ipad multi view

,
ipad multi view app
,
ipad multi-view
,

ipad multiple views

,
ipad multiview
,
multi view app for ipad
,
multi view on ipad
,
multi view para ipad
,
multiview for ipad
,
multiview ipad
,
multiview on ipad
,
multiview para ipad
Click on a term to search for related topics.