3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

swift:「タップイベントの有効化と無効化の切り替え方法」

Last updated at Posted at 2018-08-22

はじめに

初歩的な実装かと思いますが、Swift3とSwift4が若干異なるため備忘録を含め記録として残したいと思います。

改行方法
label.text = stringRecived.replacingOccurrences(of: "\n", with: "\n")

今回参考にした記事です。
より詳細に記載がりますので、よろしければご参照ください。
https://stackoverflow.com/questions/48755746/new-line-command-n-not-working-with-firebase-firestore-database-strings?rq=1

ご参考になれば幸いです。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?