http://www.iphonedevsdk.com/forum/iphone-sdk-development/61426-multiple-action-sheets-problem.html
UIActionSheet *actionSheet1;
UIActionSheet *actionSheet2;
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{
if(actionSheet==actionSheet1)
{
do this}
else
if(actionSheet==actionSheet2)
{do that}
}
'iOS' 카테고리의 다른 글
[iOS] NSThread를 사용하여 비동기식으로 웹에서 이미지 가져오기 (0) | 2012.09.18 |
---|---|
[IPhone]UIAlertView(경고창) 띄우는 방법과 경고창이 여러개일 때, 이벤트 구별하는 방법 (0) | 2012.09.18 |
addSubView 된 객체에 대한 접근 방법 (0) | 2012.09.17 |
테더링 바 제거 방법 일단 임시 (0) | 2012.09.17 |
toolbar 배경 이미지 적용 방법 (0) | 2012.09.17 |