Alertview 버튼 클릭

    [iOS프로그래밍] AlertView 버튼 클릭 시 기능 구현

    Im creating a view in Xcode 4.3 and im unsure how to specify multiple UIAlertView's that have their own buttons with separate actions. Currently, my alerts have their own buttons, but the same actions. Below is my code.-(IBAction)altdev { UIAlertView*alert =[[UIAlertView alloc] initWithTitle:@"titleGoesHere" message:@"messageGoesHere" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@..