使用标签来处理多个 UIAlertView 是否是一种好习惯,每个 UIAlertView 都有自己的按钮和操作?

Is it a good practice to use tags in-order to handle multiple UIAlertViews, each with their own buttons and actions?

我有多个 UIAlertView,每个都有独特的按钮和操作。按顺序使用标签来处理多个 UIAlertView 是一种好习惯吗?

在另一个 post 中对此有很好的讨论 我假设您将它用于较旧的 iOS,因为它已被 UIAlertController.

弃用