How to show Calendar instead of using UIDatePicker in iPhone?

前端 未结 2 993
悲哀的现实
悲哀的现实 2021-01-06 13:56

I am using UIDatePicker controller to choose the date in iPhone app. Now, i want to show the Calendar View instead of UIDatePicker Controller. I have searched my level best

2条回答
  •  孤街浪徒
    2021-01-06 15:00

    Your best bet is to use one of the following -

    1) https://github.com/guicocoa/calendar

    2) http://github.com/devinross/tapkulibrary

    3) http://github.com/klazuka/Kal

    There is no ready made solution which will convert UIDatePicker to calender view

提交回复
热议问题