Я хочу передать URL фильма из динамически сгенерированной кнопки в MediaPlayer:
[button addTarget:self action:@selector(buttonPressed:) withObject:[speakers_mp4 objectAtIndex:[indexPath row]] forControlEvents:UIControlEventTouchUpInside];
но action:@selector() withObject:
не работает?
Есть ли другое решение?
Спасибо за помощь!