Questions tagged [jtcalendar]

JTCalendar is an easily customizable calendar control for iOS.

From the JTCalendar GitHub README:

Features

  • Horizontal and verical calendar
  • Highly customizable either by subclassing default class provided or by creating your own class implementing a protocol
  • Support internationalization
  • Week view mode
  • Limited range, you can define a start and an end to you calendar
31 questions
3
votes
1 answer

how to hide previous date and month in iOS using swift 3?

i am using the helper libaray "WWCalendarTimeSelector" GitHub link :- https://github.com/weilsonwonder/WWCalendarTimeSelector I have a date for registration of user and it's 29/9/2017. Now I want to only enable dates between next date, month and…
Jayprakash Singh
  • 1,343
  • 3
  • 15
  • 28
3
votes
2 answers

How to use JTCalendar in Swift?

I am creating the custom calendar using JTCalendar. I have created it using JTcalendar in Objective-C. Now I want to use same in Swift. I have tried using Briding-Header but still it shows JTCalendar file does not exist error. Please suggest.
Ashok Londhe
  • 1,491
  • 11
  • 29
2
votes
1 answer

Disabling previous date, month, year JTAppleCalendar in iOS using Swift 3.0

I am using this library: https://github.com/orazz/CalendarPopUp Let's say I have a date for registration of user and it's 28/9/2017. Now I want to only enable dates between next date, month and year. Previous dates, month and year should be…
Jayprakash Singh
  • 1,343
  • 3
  • 15
  • 28
2
votes
1 answer

How to set date limit in JTCalender?

I want to set date limit in JTCalender. As of now it shows dates more than of past year & more than a year ahead of current year. I want to set limit that it should show only dates of past 6 months & future 6 months. I am using swift language.…
dhiraj
  • 83
  • 2
  • 10
2
votes
1 answer

How to change week day order in JTCalenderView in iOS?

I am using JTCalender in project.I want to change the order of days displayed.The weekdays starts from Monday and end into Sunday.But i want the weekday from Sunday and end into Monday.Please guide me how can i implement.I am not able to understand…
TechChain
  • 8,404
  • 29
  • 103
  • 228
2
votes
2 answers

JTcalendar in IOS

I am trying to use JTcalendar library to build a custom calendar. In the current implementation , the scroll happens when the user swipes on the screen. I need two buttons left and right to support the scroll feature. To do this , I have added two…
user2604897
  • 193
  • 1
  • 3
  • 13
1
vote
0 answers

Some dates disappear and reappear on scroll in JTCalendar Swift

I am trying to setup a calendar in my app using JTCalendar library but unfortunately i have this issue when sometimes i scroll through the app, the month in view looses the dates as described in the attached picture. I have tried to find out any…
Viva
  • 79
  • 9
1
vote
0 answers

Select remaining week dates with selected date using Swift3

How to select remaining week dates when user select any date. Below image shows what I want to achieve I am using JTCalendar to show calendar values. Note: I can't show any code because I don't know how to code this problem.
Usman Javed
  • 2,437
  • 1
  • 17
  • 26
1
vote
0 answers

How can I show multiple events on Calendar from web service in Objective C

I am new in iOS and I am facing problem regarding to show multiple events on calendar from web service.I am getting value from 3 web service.I am using JTCalendar. My code is like this In viewDidLoad _calendarManager = [JTCalendarManager…
Muju
  • 884
  • 20
  • 54
1
vote
1 answer

How to autoscroll to next month in JTCalender with swift?

I am showing events on the calendar as marked dates. So calendar shows January month by default. Now even if there is no even on January & event starts from march then still this month is shown as the first month & when i scroll to march then their…
iOSGuy
  • 171
  • 1
  • 14
1
vote
0 answers

JTCalender delegate method issue with Xcode 8.2?

I was using xcocde 8 then i was getting only warning as below Instance method 'calendar(:didTouchDayView:)' nearly matches optional requirement 'calendar(:didTouchDayView:)' of protocol 'JTCalendarDelegate' code for didtouchview func…
iOSGuy
  • 171
  • 1
  • 14
1
vote
4 answers

How to get the month name with year in JTCalendar?

I am using JTCalendar. I want to get the month for which calendar in shown. As of now no month name is shown in calendar. I have used below code to show calendar. calendarManager = JTCalendarManager() calendarManager?.delegate = self var…
dhiraj
  • 83
  • 2
  • 10
1
vote
1 answer

Customise the colors in JTCalender in iOS?

I am using JTCalender in iOS.I want to make color of labels such as date,month name in same color.As of now it is black for some dates. Please suggesst how can i achieve this ?
TechChain
  • 8,404
  • 29
  • 103
  • 228
1
vote
1 answer

JTAppleCalendar Swift For Loop

I am using the following function to try and print out a Month for each header as you scroll through the calendar. There must be a problem with how I'm doing my for loop as the only month Im getting out is December. Any ideas? Thanks With the…
Travis Whitten
  • 44
  • 2
  • 11
0
votes
0 answers

Current date border color is displayed multiple times in JTCalendar in Swift

I am displaying booked dates in grey cell background and the current date in a black border color. I have an issue that the border color that is used to display the current day appears after every three months at the same spot. Kindly how may i…
Viva
  • 79
  • 9
1
2 3