am trying to build buttons list slides from bottom of screen when some button pressed
what’s it’s name ?!
i tried to build a view with 200px height and then inserting it via
ShareViewController * svc=[[ShareViewController alloc ]initWithNibName:@"ShareViewController" bundle:nil];
[self presentModalViewController:myView animated:YES];
but it down’t work ?!

This is standard UIActionSheet control which goes with UIKit, so you don’t need to create extra controllers to achieve the effect you want.