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
1
vote
1 answer

Moving view from project created without storyboards to project with storyboards

I've searched for the answer to this but I am unable to find one (or unable to understand the answers as I'm new to iOS) I have a project created with storyboards. I would like to add a particular view from a completely different project (that only…
1
vote
0 answers

Implement an iOS Calendar with Multiple selection enabled

I'm trying to implement a calendar which enables multiple selections. So far, I've been using Tapku an I'm able to implement my datasource proper but I can't seem to get the multiple selection going. Would anyone happen to have any suggestions how I…
Mervyn Ong
  • 235
  • 4
  • 12
1
vote
1 answer

How to change cell height in Kal calendar

I've set up Kal calendar in my project. I've added my custom cell from xib file. It's shown properly but can't change cell height in any way. Tried in xib file, tried in "heightForRowAtIndexPath" but didn't worked at all. Anything else I should try?
Lukasz Mozdzen
  • 137
  • 1
  • 1
  • 8
1
vote
2 answers

How to disable (user interaction OFF) past dates in the tapku library calendar in iOS

I am using tapku calendar library in iOS. Works perfectly fine! I want to disable (user interaction disabled) all the previous dates from the current date. So, the user should be able to click the current date and future dates only. I looked over…
Angad Manchanda
  • 183
  • 5
  • 17
1
vote
0 answers

tapku initialize sunday as first day

in my calendar project i have a tapku calendar which displays monday on the very left. In America however, Sunday is usually on the left, so tapku has a method - (id)initWithSunday:(BOOL)sundayFirst so that can happen. However this method is used…
1
vote
1 answer

Tapku Calendar pushing to another view after selecting date

I am using the Tapku calendar in my app and trying to implement the didSelectDate: The user selects a date and then it pushes to a new view. It does push, but it pushes twice and this is the error I get: Nested push animation can result in corrupted…
Hassan Mahmood
  • 1,591
  • 2
  • 12
  • 24
1
vote
0 answers

tapku calendar header error

I'm creating a tapku calendar project similar to the tutorial, however I keep getting an error in my header file. My header file looks like this: #import #import @interface ViewController :…
1
vote
1 answer

Mark dates on Tapku calendar months as per JSON response

I have JSON response that gives me different dates when events are scheduled in a month. I am using Tapku calendar in iOS app. I have following questions: How to mark dates in Tapku calendar which has events scheduled for them. I have seen random …
iOSDev
  • 3,617
  • 10
  • 51
  • 91
1
vote
1 answer

tapku calendar : need to disable date month change

I'm currently using tapkuCalendar and it works well, but i need to do some setting : I want that the calendar return the selected date when users click on a date of an other month (gray box, for examples : the 1st or 2nd of the next month) but not…
Lucas78
  • 324
  • 3
  • 12
1
vote
2 answers

how to change background image of Tapku calendar

! I tried with below code.But the image is not setted. TKCalendarMonthView *calendar = [[TKCalendarMonthView alloc] init]; calendar.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"fishimage.png"]]; "Thanks in Advance"
Vidhyanand
  • 993
  • 10
  • 21
1
vote
0 answers

How to display Tapku in my view controller

I have an app that has an icon on the home screen that does a segue to my view controller. I have a UIViewController with a view and a navigation bar. I am trying to show the calendar, but it is not appearing. My UIViewController is called…
LilMoke
  • 3,176
  • 7
  • 48
  • 88
1
vote
1 answer

Error running Tapku demo project

I'm try to run TapKu iOS demo project downloaded from: https://github.com/devinross/tapkulibrary/branches I build without errors but when it comes to be installed on the simulator, I get this error message: [AppDelegate_iPhone window]: unrecognized…
Claus
  • 5,662
  • 10
  • 77
  • 118
1
vote
0 answers

How to disable cells in Tapkulibrary?

I'm wondering if there's a way to disable days in calendar, to be not chosen. I use tapkulibrary to show calendar and I also added some marks. Now I'm trying to disable those cells which are not marked, so they could not be chosen. Is that possible?
Enzoses
  • 115
  • 14
1
vote
2 answers

How to display month in Tapku calendar?

I use Tapku calendar in my iPhone Application, I have date 2012-11-03 00:00:00 +0000, I want to display month of November in calendar. Please suggest me how can i do this?
Anki
  • 589
  • 2
  • 13
  • 22
1
vote
3 answers

Tapku Calendar - Want a view to popup when the user selects a date

I am using the Tapku calendar in my project. I have all the dates ready and marked. The only problem I'm facing is that, I want a popup to appear when the user selects one of the predefined dates. How do I address that in an 'if statement'?
nenos
  • 11
  • 1