-
But try this. It will save you hours of headache.
https://cocoapods.org/pods/JTAppleCalendar
-
Hi, after submission for internal testing I've got that message:
Non-PIE Binary - The executable 'JTAppleCalendar.framework' is not a Position Independent Executable. Please ensure that your build set…
-
[edited question is in title]
-
HI!
First of all, amazing work! This is really a piece of art of code!
I want to achieve this behaviour that I saw on the examples thread [here](https://github.com/patchthecode/JTAppleCalendar/issue…
-
I'm getting a EXC_BAD_ACCESS error when trying to set the delegate to my controller
I also don't see JTAppleCalendar as one of the choices on the Class Inspector. I see the classes in the attached sc…
-
Hi,
It will be hard to explain it in english, but I will give a try ;P.
I have a application with a filter on the top in which I can select a whole week for example, I also have 2 buttons on the top…
-
Hello again,
I'm having a problem that I'm sure has a simple fix, I just can't find it!
It seems that the Calendar is making space for an "extra" header that shouldn't be there. With registerHeaderVie…
-
![screen shot 2016-08-03 at 11 51 37 pm](https://cloud.githubusercontent.com/assets/7290451/17390739/7c4f098c-59d5-11e6-808c-7304c24d27a1.png)
In the screenshot, I am scrolling to February 2016, but …
-
Per title, boundary dates don't make sense in single row layout.
-
I keep getting an error at runtime in my ViewController class.
My code looks like.
```
import JTAppleCalendar
class ViewController: UIViewController {
@IBOutlet weak var calendarView: JTApple…