是否有Monotouch的日历控件?

时间:2023-01-12 18:47:22

I want to use a calendar control in my iPhone app but there isn't one available in the SDK. I have seen other third party open source controls (like Kal) written in Obj-C. I am just wondering if there is any good open source Monotouch calendar equivalent out there?

我想在我的iPhone应用程序中使用日历控件,但SDK中没有可用的日历控件。我见过用Obj-C编写的其他第三方开源控件(如Kal)。我只是想知道是否有任何好的开源Monotouch日历相当于那里?

Or, if people have included something like Kal in their Monotouch project how hard was it to do this (using btouch)? i.e. do I have to create an equivalent C# interface for every header file in the library?

或者,如果人们在他们的Monotouch项目中包含类似Kal的东西,那么这么做(使用btouch)有多难?即我是否必须为库中的每个头文件创建一个等效的C#接口?

I am aware that Events can be added to the default Calendar app on the phone but I would like to handle this within my own app if possible.

我知道可以将事件添加到手机上的默认日历应用程序中,但我想在可能的情况下在我自己的应用程序中处理此事。

1 个解决方案

#1


7  

Look at this article, MonoTouch Calendar Control.

看看这篇文章MonoTouch Calendar Control。

#1


7  

Look at this article, MonoTouch Calendar Control.

看看这篇文章MonoTouch Calendar Control。