Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anzfactory/commonsample

自分用の共通処理やら共通部品のあつまり
https://github.com/anzfactory/commonsample

Last synced: about 10 hours ago
JSON representation

自分用の共通処理やら共通部品のあつまり

Awesome Lists containing this project

README

        

CommonSample
============

自分用の共通処理やら共通部品のあつまり

## ANZDropDownField

Webとかでよくみるドロップダウンリスト形式のもの
構造は`UITextField`を継承して、内部にUITableViewをもってる
リスト表示を担うのはもちろん`UITableView`

## ANZCalendar

UICollectionViewをベースにしてのカレンダー
とりあえず、一段落。

[詳細はQiitaにかいちゃった](http://qiita.com/AnzNetJp/items/5f46b0f4a4432eed2735)