Search This Blog

Thứ Sáu, 24 tháng 8, 2018

Show thông báo ra màn hình in ios


private func showMessage() {
        
        let alert = UIAlertController(title: nil, message: viewModel.message, preferredStyle: .alert)
        alert.addAction(UIAlertAction(title: localized("ok"), style: .default, handler: nil))
        present(alert, animated: true)
    }

Không có nhận xét nào:

Đăng nhận xét