UNLIMITED JAVA

WEB技術や普段の生活のブログ

2011-11-27から1日間の記事一覧

Lambda-Alert

https://github.com/zoul/Lambda-Alert ラムダ式で処理を書ける素敵なライブラリ。 //Demoより抜粋 LambdaAlert *alert = [[LambdaAlert alloc] initWithTitle:@"Test Alert" message:@"See if the thing works."]; [alert addButtonWithTitle:@"Foo" block:…