如何獲取id和從@selector的另一個參數? ,即時嘗試,但不工作!問題與@selector調用方法與兩個參數
-(void)displayContent:(UIViewController *)currentView sender:(id)sender{}
和
[button addTarget:self action:@selector(displayContent:self:) forControlEvents:UIControlEventTouchUpInside];
選擇器不調用方法,它只是**名稱**方法。一個非常重要的區別。 –