Slide 11
Slide 11 text
© GO Inc.
Before: 文言管理ツールを利用しないコード
11
let attributedStrings = [
NSAttributedString(string: "車両をお探しの上、",
attributes: planeTextAttributes),
NSAttributedString(string: "\(dateFormatter.string(from: deadline))まで",
attributes: heavyTextAttributes),
NSAttributedString(string: "にご乗車ください",
attributes: planeTextAttributes)
]