LoginSignup
6
6

More than 5 years have passed since last update.

Swiftで複数行なNSStringの1行目を取得する

Posted at

以下のコード

// textは複数行のNSStringオブジェクト
let title = text.componentsSeparatedByCharactersInSet(NSCharacterSet.newlineCharacterSet())[0]

٩(๑❛ᴗ❛๑)۶

6
6
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
6
6