Closed baekteun closed 2 years ago
ํ์ธ๋ฒํผ๋ง ์๋ Alert ๋์ฐ๊ธฐ ์ ์ฉ Step
GCMSStep์ failureAlert(title: String?, message: String, action: UIAlertAction?) ์ถ๊ฐ
func presentToFailureAlert(title: String?, message: String?, action: UIAlertAction?) -> FlowContributors { let alert = UIAlertController(title: title, message: message, preferredStyle: .alert) if let action = action { alert.addAction(action) } else { alert.addAction(.init(title: "์ทจ์", style: .default)) } return .none }
๊ฐ์
ํ์ธ๋ฒํผ๋ง ์๋ Alert ๋์ฐ๊ธฐ ์ ์ฉ Step
์์ ์ฌํญ
GCMSStep์ failureAlert(title: String?, message: String, action: UIAlertAction?) ์ถ๊ฐ
์ฌ์ฉ๋ฐฉ๋ฒ
๊ธฐํ