Questions tagged [jtapplecalendar]

an open source iOS calendar view written in Swift

JTAppleCalendar is an open source calendar view written in Swift found at https://github.com/patchthecode/JTAppleCalendar. It can be installed manually, via Cocoapods or Carthage.

Tutorial and example code for this library is found at patchthecode.com.

52 questions
0
votes
2 answers

Highlight day if the date equal to date in array (JTAppleCalendar)

I have an array of object contains bookings class MonthBookings: NSObject { var date: Date = Date() var bookings_count: Int = 0 } var bookings = [MonthBookings]() So I need to check if cell date is equal to some date in bookings…
Ahmed R.
  • 1,209
  • 1
  • 12
  • 22
0
votes
1 answer

Static cell changing height when switch is on

HI I am programming an app which I want the height of a cell to change if the switch is on, I had it working before then I needed to copy my files over to a new project.This works then I make a small change to return 0 instead This does not work
CFRJ
  • 157
  • 1
  • 12
0
votes
1 answer

Why can't I use JTAppleCalendar Pod File JTAppleCell in Swift 3?

I am using a JTAppleCalendar pod file in my project and when I installed the pod file I couldn't use the method JTAppleCell and I just could use JTAppleDayCell I watched this video https://www.youtube.com/watch?v=Qd_Gc67xzlw and this…
Saeed Rahmatolahi
  • 1,317
  • 2
  • 27
  • 60
0
votes
3 answers

JTAppleCalendar cell background color change error in Swift 3

Im using JTAppleCalendar in my project you can see it here -> https://github.com/patchthecode/JTAppleCalendar. But when I want to change background colors in some cells gives me big problem , when I past previous and next months some cells…
SwiftDeveloper
  • 7,244
  • 14
  • 56
  • 85
0
votes
1 answer

JTAppleCalendar cell inside TableView ? in Swift 3

Im using JTAppleCalendar -> https://github.com/patchthecode/JTAppleCalendar Calendar plugin and I want to place ColectionView Cells inside TableView cell , and I want to show there each cell inside added events with title (inside tableview cell) ,…
SwiftDeveloper
  • 7,244
  • 14
  • 56
  • 85
-1
votes
1 answer

JTAppleCalendarView show selectedview when deselect item

When i select date and then i select another date selectedview visible on previous selected date let parameters = ConfigurationParameters( startDate: startDate, endDate: endDate, numberOfRows: 6, …
Jayesh Nai
  • 361
  • 1
  • 4
  • 13
-1
votes
3 answers

Loading a Custom View Controller from a XIB to Main View Controller Gives NSUnknownKeyException

UPDATE : Answer I posted my answer below which solved this problem for me. Reason for the issue is entirely different to the post that has been suggested. Original Question: I am trying to load a UIView from a xib file which is defined as a…
c00der
  • 543
  • 1
  • 4
  • 20
1 2 3
4