Как мне отформатировать UITextFileds, которые печатаются из моего приложения

    Button to call code

    @IBAction func Print(_ sender: Any) {
    let name = nameText.text!
    let address = addressText.text!
    let phone = phoneText.text!
    let post = postCode.text!

    Name, address, etc prints out but no formatting or spaces

let controller = UIActivityViewController(activityItems: [имя + адрес + телефон + сообщение], applicationActivities: nil)

    controller.excludedActivityTypes = [.postToFacebook, .postToTwitter, .print, .copyToPasteboard, .assignToContact, .saveToCameraRoll, .mail]

    self.present(controller, animated: true, completion: nil)
    }

0 ответов

Другие вопросы по тегам