I am using a UIViewController and I use presentModalViewController:controllerr animated:YES to present it but I would like if it would slide down from the top of the screen
You have to #import the QuartzCore framework and add the transition animation, then change:
#import
QuartzCore
animated:YES to: animated:NO.
animated:YES
animated:NO