17
23

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.

初心者から始めるiOS SDK - 逆引き

Last updated at Posted at 2016-03-11

逆引きiOS SDK基本機能

前提となる基礎知識は以下のサイトなどを利用してください。

静的UI

UIの追加と削除

描画・アニメーション

メディア

ユーザーからの入力を扱う

アドレス帳

  • 連絡先リストの表示(ContactsUI::CNContactPickerViewController)
  • iOS Address Book プログラミングガイド(日本語英語

カレンダー

  • イベント表示(EventKitUI::EKEventViewController)
  • イベント作成(EventKitUI::EKEventEditViewController)
  • イベント編集(EventKitUI::EKEventEditViewController)
  • イベント削除(EventKitUI::EKEventEditViewController)
  • カレンダー選択(EventKitUI::EKCalendarChooser)
  • カレンダーとリマインダーのプログラミングガイド(日本語英語

位置情報と地図

センサー

外部デバイス

通信

  • URLローディングシステム プログラミングガイド(日本語英語
  • Core Bluetooth プログラミングガイド(日本語英語

収益化

通知

多言語対応

  • インターナショナライゼーションとローカリゼーションのガイド(日本語英語

その他

参考

逆引きSwift(iOS編)
公式ドキュメント(日本語)
公式ドキュメント(英語)

17
23
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
17
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?