Calendar view for MonoTouch

I've just pushed calendar view source code for MonoTouch to a github repository http://github.com/reinforce-lab/net.ReinforceLab.MonoTouch.Controls/. I've referred tapkulibrary http://github.com/tapku/tapkulibrary to write this code, however I wrote all code in C# flavor. Background images are copied from the taplulibrary.

To build the sample app, just type "make run".

長くかかりましたがMonoTouchのカレンダーViewをgithubにアップしました http://github.com/reinforce-lab/net.ReinforceLab.MonoTouch.Controls/.このコードはtapkulibraryのコードを参照して書きましたが,全てのコードはゼロからC#そしてMonoTouchのフレーバーに沿うように書いています.タイトルバーや日にち表示の背景画像は上記ライブラリからコピーしています.画像使用の了解はいただきました.
コードはカレンダーViewとそれを表示するサンプルコード(Main.cs)を含んでいます.コードはVisualStudio2008で作成しています.iPhone simulatorで動作を確認しました.
Makefileがありますので,アプリを動作させるには"make run"とタイプしてください.