Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: iPhone通知アラートメッセージまたはSMSのプレーンテキストに改行を追加する方法
APNS サーバー/デバイスに送信されるメッセージに a<br>を挿入して、メッセージを中断することはできますか? または、それを行う別の方法はありますか?
<br>
\nObjective-C では、改行を表すために使用できます。
\n
例えば
Hello\nworld!
出力します:
ハローワールド!