xcode Objective-C 日历教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5283495/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:27:42  来源:igfitidea点击:

Objective-C Calendar Tutorial

objective-cxcodecalendarsample

提问by Adam H

I've looked all over the net and in several objective-c tutorial books but am unable to find exactly what I need.

我在网上和几本objective-c 教程书中都看了一遍,但找不到我需要的确切内容。

I am looking for a tutorial that shows how to implement a calendar into a objective c iphone application.

我正在寻找一个教程,展示如何将日历实现到客观的 c iphone 应用程序中。

I've tried the developer library for sample code but have been unable to find anything suitable.

我已经尝试过示例代码的开发人员库,但一直无法找到任何合适的内容。

Any suggestions? Tutorials?

有什么建议?教程?

回答by falconcreek

Have you considered the Event Kit Framework?

您是否考虑过Event Kit 框架