我的行动有问题uibutton
。我想在单击按钮时发送参数。我看到了一些使用标签道具的例子。并且类是 id sender。但我不想修复它。行动交给我自己的经理。我能怎么做 ?
UIButton* rightButton = [UIButton buttonWithType:UIButtonTypeDetailDisclosure];
[rightButton addTarget:self
action:@selector(goToSubViewManager:)
forControlEvents:UIControlEventTouchUpInside];
这是 gotosubviewmng
- (void)goToSubViewManager:(ViewType*)vTipi
{
}