Questions tagged [tapku]

Tapku Library is an open source iOS framework built for iPhone & iPad.

Tapku Library is an open source iOS framework built for iPhone & iPad. The framework includes popular API's including coverflow, calendar grid and chart view. The framework also has tidbits of code that will make iPhone and iPad development all the more enjoyable and faster.

103 questions
8
votes
1 answer

How to integrate Tapku with CalDAV service?

I am developing a calendar application using Tapku library. I need to connect Tapku calendar with a CalDAV server. Does anyone know how to configure Tapku calendar with CalDAV service or any other iOS calendar library where I can connect with…
Chinthaka
  • 966
  • 1
  • 13
  • 42
3
votes
0 answers

How to show a particular day with different color using Tapku library calendar

I have been successfully implemented Tapku calendar , but I want show a particular day with different color e.g. sunday occuring in every month again how I can show the dates b/w to different dates e.g. 01/01/2012 to 01/02/2012 with different…
user1734554
3
votes
1 answer

Tapku Calendar not showing

I've installed Tapku Calendar library into my project using these steps: Tapku Calendar demo does not work in xCode4/iOS5 Great, it imports just fine. No errors, nothing. But the calender does not show up, even those its running the loadView…
Tommy Crush
  • 2,790
  • 1
  • 15
  • 18
3
votes
1 answer

TapkuLibrary.h not found on archive

Everything's fine building in xcode and testing the app until I built in for archive. I am capable of running my program in xcode and it does really work. My problem is that when I tried to archive the project the error come out. This is the…
ruelluna
  • 787
  • 1
  • 11
  • 30
2
votes
3 answers

Tapku calendar Add Events

I am using Tapku library in my app. It works fine for me.. but my point is How can I add different Images on different Events on Calendar. Thanks In Advance
Arun
  • 2,271
  • 1
  • 14
  • 18
2
votes
1 answer

Done marking dates in tapku library in single background color want three colors Objective C

I am using tapku library for displaying calender in my application. I have done all date calculations and marked the cells properly acccording to my need but I want to give a different color to the cell according to my choice. I have done marking in…
hiwordls
  • 781
  • 7
  • 17
  • 35
2
votes
2 answers

How to select multiple dates in TapKu library?

I would like to show the multiple selected dates in tapkilibrary .like highlight the dates between 14aug2011 to 18aug2011 .
Tendulkar
  • 5,550
  • 2
  • 27
  • 53
2
votes
1 answer

adding tapku library to Xcode5

I am very new to mac and iOS or any programming. I would like to add tapku library in to my Xcode project. I have download the file and saved it in /developer/shared/Documentation/docsets folder. I do not know what to do next. I red some document…
Magesh
  • 277
  • 1
  • 4
  • 13
2
votes
0 answers

iOS TKCalendarMonthView is it possible to show dates only from Monday to Friday

Is it possible to show dates only from Monday to Friday in iOS TKCalendarMonthView? Like the following image
Walid Hossain
  • 2,724
  • 2
  • 28
  • 39
2
votes
2 answers

Create a transparent Calendar with Tapku Calendar

First I wanna say thanks for all the helpful answers on this site. I starting programming about six months ago and many of the things I've learned have been from questions/answers here. I'm using the Calendar from Tapku Library in an iPhone project…
2
votes
1 answer

Integrating Tapku Library to XCode 4.6 project

Its been a long since I am struggling integrating the Tapku Library in my Xcode project. I want to implement the Day View component from Tapku into my project. I followed the instructions from read-me on github but had no success. I am getting…
Shantanu
  • 3,086
  • 3
  • 25
  • 32
2
votes
1 answer

TapkuLibrary.h and not found - Lexical and Preprocessor Issues

I've had huge troubles with this for quite a while now. A few days ago after rebuilding my project, I got an error saying "TapkuLibrary.h" was not found. I removed the files attached to the project and followed the directions exactly directed at…
waylonion
  • 6,866
  • 8
  • 51
  • 92
2
votes
2 answers

Add Tapku calendar to app

I am trying to add the Tapku calendar to my app. I am using storyboards, I have added the Tapku library, imported the necessary files and add the TKCalendarMonthViewDelegate methods. I am adding the calendar to a UIView called calendarView. When I…
Hassan Mahmood
  • 1,591
  • 2
  • 12
  • 24
2
votes
0 answers

Tapku Library: TKCalendarDayTimelineView (iPhone)

Good morning (afternoon, evening). I'm using TKCalendarMonthView and TKCalendarDayTimelineView in my application. There weren't any problems with the first one (I used http://developinginthedark.com/posts/iphone-tapku-calendar-markers). I have a…
Kosten
  • 73
  • 6
2
votes
2 answers

Xcode cannot import tapku or kal library

I am having trouble importing the tapku library (to use the calendar api it provides). I've also tried Kal with the same problem. Here's what I do to import it (please tell me if I'm missing something) (using Xcode 4.5). Go file > Add files to…
Luke Baumann
  • 596
  • 12
  • 35
1
2 3 4 5 6 7