xcode iOS 在应用程序中添加日视图日历

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16669417/
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-15 03:24:53  来源:igfitidea点击:

iOS add Day View Calendar in application

iphoneiosxcodecalendar

提问by Jan.PetersNL

I am trying to make an application with a day-view-calendarin it. I know there are quite a few questions that implicit the same as mine, but I haven't found an answer that makes it clear for me. I want to make a day-view-calendarwhich contains several (5 or 6) columns. So that you can add items for 5 or 6 different users in one view.

我正在尝试制作一个带有 a 的应用程序day-view-calendar。我知道有很多问题与我的相同,但我还没有找到让我清楚的答案。我想制作一个day-view-calendar包含几个(5 或 6)列的。这样您就可以在一个视图中为 5 或 6 个不同的用户添加项目。

Furthermore I want to have the lay-out similar to the iPhone calendar day view.

此外,我希望布局类似于 iPhone calendar day view.

I am totally new here, can someone please help me how to solve my "issue"?

我是全新的,有人可以帮我解决我的“问题”吗?

回答by Divyam shukla

I think you should use tapku calendar library to get the same view.

我认为您应该使用 tapku 日历库来获得相同的视图。

https://github.com/devinross/tapkulibrary

https://github.com/devinross/tapkulibrary

Check this it may help you

检查这个它可能对你有帮助

回答by Paresh Navadiya

Checkout i created day view using Tapku library DayView

结帐我使用 Tapku 库DayView创建了日视图

I have customized to some extent just like iCalender

我已经在某种程度上定制了就像 iCalender