Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-22-2008, 02:51 AM   #1 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 3
Default Vertical animation viewcontroller

Hi

I'm trying to perform Vertical animation using viewcontroller

I know there is a horizontal animation using:
[self.navigationController pushViewController:self.animalView animated:YES]

But I can not find how to perform vertical animation (the new view will be animated from the bottom side of the iphone and slid up)

This behavior can be found in Contacts application when you press "add" new contact

Please advise
ido.ziv is offline   Reply With Quote
Old 09-22-2008, 06:23 AM   #2 (permalink)
Registered Member
 
Stitch's Avatar
 
Join Date: Aug 2008
Posts: 401
Default

Check out the NavBar sample code.

View Controller Page 6 I believe.
__________________
BUZZER! : iTunes Library Music Quiz (1 or 2 Player)
Stitch is offline   Reply With Quote
Old 09-22-2008, 09:50 AM   #3 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 1,431
Default

You can animate the center property from offscreen to onscreen.

Also these constants work for sliding the view:

Code:
	animation.type = kCATransitionMoveIn;
	animation.subtype = kCATransitionFromTop;
PhoneyDeveloper is offline   Reply With Quote
Old 09-22-2008, 02:10 PM   #4 (permalink)
New Member
 
Join Date: Sep 2008
Posts: 3
Default

Thanks

I found it

it is in page 6

[[self navigationController] presentModalViewController:nvController animated:YES];
ido.ziv is offline   Reply With Quote
Reply

Bookmarks

Tags
animation, vertical, viewcontroller

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Stats
Members: 158,885
Threads: 89,230
Posts: 380,765
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:24 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0