統計情報(30日間)


最新情報をツイート


人気の投稿

カラーピッカー

このエントリーをはてなブックマークに追加


デザインは悪くない。




使い方も簡単。
NEOColorPickerViewController *controller = [[NEOColorPickerViewController alloc] init];
controller.delegate = self;
controller.currentColor = ;
controller.dialogTitle = @"My dialog title";

[self presentViewController:controller animated:YES completion:nil];

ライセンスは Apacheライセンス 2.0

Leave a Reply