English 中文(简体)
编辑 查阅 观点没有出现?
原标题:editingAccessoryView not appearing?

我试图使用可调频的电算器,以习俗观点取代编辑方式纽顿(通常缺省为删除)。

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
     ... (other code) ...
     cell.selectionStyle = UITableViewCellSelectionStyleNone;
     cell.tag = pd.itemId;
     UIImage *indicatorImage = [UIImage imageNamed:@"indicator.png"];
     cell.editingAccessoryView = [[[UIImageView alloc] initWithImage:indicatorImage] autorelease];
     //cell.accessoryView = [[[UIImageView alloc] initWithImage:indicatorImage] autorelease];
     return cell;
}

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath {
    return NO;
}

当我试图抹黑时,没有发生。 奇怪的是,如果我不与牢房连接的话。 出入证 我的形象似乎很好。 这使我想到的是,它涉及的是错误的编辑环境? 但是,在网上或文件中,我看不到这些环境是什么。

感谢!

<>Update: Ah. okay,因此,我给我一个白子,用于UITableView nav controller。 现在,我可以把所有囚室都gle为洗衣,我的附属物也出现。 那么,什么时候把一个囚房wi起来?

Kurt

最佳回答
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath {
    return YES;
}

如果你确定编辑的履历,并希望其出庭的话,他就应回来。 原告的附属财产 在表格没有编辑时,观点是显而易见的。 然而,该囚室的沉积表明,删除了确认纽芬兰语,该纽芬兰语是编辑服饰语的,而且与密码相呼。

- (void)willTransitionToState:(UITableViewCellStateMask)state;

without calling [super willTransitionToState:state]; will lead to unexpected behavior (your cell will not leave the UITableViewCellStateShowingDeleteConfirmationMask state). If you can manage calling super and not allowing the cell to show the delete confirmation button, then you re done.

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签