11
13

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 2016-11-10

概要

メモ帳アプリのサンプルコードです。

iOS標準のメモ帳アプリほど高機能ではありませんが、
最低限必要な機能を実装してみました。
メモの保存はNSUserDefaultsを利用しています。

  • メモ追加
  • メモ編集
  • メモ削除
  • メモ数表示(追加、削除時に変更)
  • メモ追加時間表示

github

結果

サンプル

11
13
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
11
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?