iOS 開發中關於彈窗的幾種方式

1.IOS8之前的方式:ios UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"輸入的數字不合理" delegate:nil cancelButtonTitle:@"取消" otherButtonTitles:nil, nil]; [alertView show]; 2.IOS8之後最新方式
相關文章
相關標籤/搜索