Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anzfactory/commonsample
自分用の共通処理やら共通部品のあつまり
https://github.com/anzfactory/commonsample
Last synced: about 10 hours ago
JSON representation
自分用の共通処理やら共通部品のあつまり
- Host: GitHub
- URL: https://github.com/anzfactory/commonsample
- Owner: anzfactory
- Created: 2013-12-04T08:04:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-01T05:55:39.000Z (almost 11 years ago)
- Last Synced: 2023-08-06T16:51:56.335Z (over 1 year ago)
- Language: Objective-C
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CommonSample
============自分用の共通処理やら共通部品のあつまり
## ANZDropDownField
Webとかでよくみるドロップダウンリスト形式のもの
構造は`UITextField`を継承して、内部にUITableViewをもってる
リスト表示を担うのはもちろん`UITableView`## ANZCalendar
UICollectionViewをベースにしてのカレンダー
とりあえず、一段落。[詳細はQiitaにかいちゃった](http://qiita.com/AnzNetJp/items/5f46b0f4a4432eed2735)