0
0

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 1 year has passed since last update.

Swift #0

Posted at

ライブラリ

標準ライブラリ

基本的な機能を提供するライブラリ。文字列、数値、配列などのデータ型を提供。
標準ライブラリは言語の1機能として使用可能であり、import文を書いてインポートする必要がない。

コアライブラリ

高機能なものを集めたライブラリ。非同期処理や通信、ファイル操作などが出来る。

  • Foundation
      基本機能を扱える。キャッシュやタイマー、並列処理、通知センターなど。
  • libdispatch
      マルチコアハードウェア上の並列処理を抽象化する
  • XCTest
     ユニットテストのためのライブラリ
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?