WEB开发网
开发学院手机开发iPhone 开发 iPhone 开发入门——实际开发中的应用技巧 阅读

iPhone 开发入门——实际开发中的应用技巧

 2010-02-22 06:20:00 来源:WEB开发网   
核心提示:的代理,利用Objective-C 的 protocol 在 UIViewController 中处理,iPhone 开发入门——实际开发中的应用技巧(4),@interface UITestViewController : UIViewController {显示对话框在 UITestViewController.m
的代理,利用Objective-C 的 protocol 在 UIViewController 中处理。

@interface UITestViewController : UIViewController {

显示对话框

在 UITestViewController.m 文件的 myAction1 中实现对话框显示。

- (IBAction)myAction1:(id)sender

{

UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:@"select" delegate:self cancelButtonTitle:@"CANCEL" destructiveButtonTitle:@"OK" otherButtonTitles:nil];

[actionSheet showInView:self.view];

[actionSheet release];

}

上一页  1 2 3 4 

Tags:iPhone 开发 入门

编辑录入:coldstar [复制链接] [打 印]
赞助商链接