I am developing a custom keyBoard which have calendar inside it.
So I use THIS obj-c library for calendar and I have done all the necessary steps for importing this library and for testing I display that calendar into the UIView into StoryBoard and I got this:
Working good with storyBoard but when I try to import its delegate in the same project into KeyboardViewController.swift
it is complaining like this:
How can I add this library into KeyboardViewController.swift
?
Am I missing something?
I want to achieve something like this: