我正在开发一个需要日历的应用程序。这可能是更好的方法:
答案 0 :(得分:1)
There's a page called CocoaControls where you cand find stuff like this.
Maybe you are not interested in knowing new sites and stuff so I will let you know the options.
As you can see there are lots of libraries/projects that provide classes for you to implement a calendar, Tapkulibrary is the most used, cause is the most accurate related to iOS native calendar and, the most complete.
You will need the documentation to work with this library.
It provides delegates and methods for you to take full advantage (Example of methods to get when a user taps on a date or change of month, etc.):
$promise
Hope it helps.