iPhone 앱을위한 기성 캘린더 컨트롤이 있습니까? [닫은]
다가오는 이벤트와 과거 이벤트를 표시 할 iPhone 용 응용 프로그램을 만들고 있습니다. 나는 목록보기로 결정했지만 캘린더 (내장 된 캘린더 애플리케이션의 "월"보기에 표시되는 것과 같은 캘린더)가 가장 적합하다는 것을 깨달았습니다.
그러나 iPhone 휴먼 인터페이스 지침에는 달력이 아닌 날짜 선택기 만 언급되어 있으므로 기본적으로 이와 같은 것은 없다고 생각합니다. 사실인가요? 그렇다면 사용할 수있는 타사 컨트롤을 아는 사람이 있습니까? (내가 직접 작성할 수는 있지만 원래 프로젝트 계획에서 출발하는 것이기 때문에 준비된 것을 선택하는 것이 좋습니다.)
예.
내가 알고있는 옵션은 다음과 같습니다.
수정 : 2010 년 5 월 6 일 기준
1) GCCalendar
2) http://github.com/klazuka/Kal
3) http://code.google.com/p/iphonecal (사용자 정의 필요-쉽게-텍스트를 중국어에서 영어로 변경)
4) 상업용 : http://nrg.com.bd/blog/archives/36 그러나 이전 버전의 룩앤필은 훨씬 더 좋으며 라이선스를 준수 할 수 있다면 무료입니다.
도움이 되었기를 바랍니다.
최고의 사이트는 실제로 https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=Calendar 입니다. 별도의 캘린더의 스크린 샷을 찾을 수 있기 때문입니다. 그럼에도 불구하고 나는 목록을 만들었다.
iOS
- CLWeeklyCalendarView
- 칼
- 타임 스퀘어
- VURIG 캘린더
- OCCalendar
- PMCalendar
- CKCalendar
- ABCalendarPicker
- MBCalendarKit
- DSLCalendarView
- MSCollectionViewCalendarLayout
- NVCalendar
- VFCalendarView
- JTCalendar
- ios-calendar
- TKCalendarMonthView
- MELiPadCalendar
- MACalendarUI
- RDVCalendarView
- RSDayFlow
- DayFlow
- PDTSimpleCalendar
- SACalendar
- MNCalendarView
- CustomCalendar
- CVCalendar
- THCalendarDatePicker
- MZDayPicker
- CustomCalendar
- DIDatepicker
- FSCalendar
- WeekViewDemo
- FFCalendar
- CGCalendarView
- CalendarIOS7
- GCCalendar
- iphonecal
- YFCalendar
- Upcoming
- DPCalendar
Xamarin.iOS
Buy components
I have this in a Excel-Sheet, where you can find much more information.
I would add this very good library.
Check out Kal: http://github.com/klazuka/Kal
Your goto place for any question like this these days is cocoacontrols.com. Searching for "calendar"
https://www.cocoacontrols.com/search?utf8=✓&q=calendar
gives us 15 responses at post date; this one seems particularly appealing at first glance.
is the best.
The library for the custom controller for calendar.
1) OCCalendar
2) PMCalendar
3) MAWeekView
4) ios-calendar
5) Kal
6) CKCalendar
Hope it will help you fine.Available on git also.
I've wrote my own (suitable for iPad / landscape view, scrollable, stylable, builds on Three20) – http://www.componentix.com/blog/22
On GitHub – https://github.com/vgrichina/ios-calendar
A slightly newer contender that works better in the iOS7 world is TimesSquare.
I used Tapku for a long time but haven't found it all that flexible, and the code is really hard to modify.
There are also other new version custom visual calendar for iOS 8+ written in Swift (2.0) CVCalendar. It provides easily customisable calendar control for iOS.
DDCalendarView which looks similar to iCal. It has both ObjectiveC and Swift version of code. Currently it shows only daily events. we need to develop the UI to support weekly and monthly events. Event classes used in this calendar are not inherited from EKEventKit classes.
참고URL : https://stackoverflow.com/questions/997779/is-there-any-ready-made-calendar-control-for-iphone-apps
'programing tip' 카테고리의 다른 글
객체가 이미 목록에 있는지 확인하는 방법 (0) | 2020.09.23 |
---|---|
jQuery를 사용하여 JavaScript 객체에서 항목 추가 / 제거 (0) | 2020.09.23 |
PHP에서 PUT / DELETE 인수 처리 (0) | 2020.09.22 |
뷰티플 스프로 속성 값 추출 (0) | 2020.09.22 |
new Date ()는 Chrome에서 작동하지만 Firefox에서는 작동하지 않습니다. (0) | 2020.09.22 |