Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

TODOをソートできるようにする #9

Open
ginrou opened this issue Jun 18, 2015 · 0 comments
Open

TODOをソートできるようにする #9

ginrou opened this issue Jun 18, 2015 · 0 comments

Comments

@ginrou
Copy link
Contributor

ginrou commented Jun 18, 2015

TODOアプリを作ってみようシリーズの発展課題その2 です。

概要

TODO一覧の並び順は特に定めてなく、作成順で並んでいます。締め切り順に並べたり、タイトルのあいうえお順に並べた方が良い利用シーンなどもあります。
そこでTODO一覧を

  • 作成順
  • 締め切り順
  • あいうえお順

で並び替えれるようにします。

UIの仕様については特に指定はありませんが、下図のようにUISegmentedControlを使うとよくiOSで見るレイアウトになると思います。
2015-06-18 2 57 03 pm

ヒント
  • UISegmentedControlのリファレンスはこちら → UISegmentedControl Class Reference
  • どのようにデータを保持するかが肝要です。
  • ソート順を切り替えたときも正しく動作するようにしてください。
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant