adding tapku calendar to ios app

585 Views Asked by At

I'm building an IOS app which needs to use calendar. I'm confused what to use: iphone calendar EventKit or a calendar controller, what do you suggest?

I tried to use both but I could not because I'm very new in ios development, I use tapku calendar and I followed these steps but it dose not work... why?

Can anyone help me with this article? I followed the instructions as it is and it dose not work, I download the tapku and I ran the demo and also the demo dose not work, can you help me?

1

There are 1 best solutions below

0
On

If you want to add TapKu into your project

Go to File> Add New Files

Select both the .xcodeproj file and the bundle.

Now click on your main project settings. Go to Build Phases. Add dependency and TapKu framework as per the instructions on GitHub.

Now go to project Settings. Find header search paths option. Add in the location of your /src folder. I believe one reason why this shouldn't have worked for you is that somewhere in your location you might have a folder with a space in it's name. If so you need to put the directory in "".

Good Luck.