这是我的 UITableView 单元格的代码:
forKeys:[NSArray arrayWithObjects:@"Title", @"Cells", @"Footer Title", nil]] autorelease];
[tableView1CellData addObject:sectionContainer_3];
NSMutableArray *cells_4 = [[[NSMutableArray alloc] init] autorelease];
NSDictionary *cellContainer_4_1 = [[[NSDictionary alloc] initWithObjects:[NSArray arrayWithObjects:@"Support", @"", @"", @"", @"", @"1", nil]
我必须添加什么,以便当点击单元格时,它会在应用程序中出现 MailView(最好),但我知道最简单的方法是只使用 HTML“mailto”?我是 Objective-C 的新手,但我能够编辑 C 和 C++,所以我认为我可以解决任何问题。提前致谢!
PS从iPhone发布这个(只是想问问题)如果代码没有突出显示,很抱歉,但我试图把它隔开。