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
0
votes
1 answer

Tapku Library MarksFrom Date from Api

Im trying to use Tapku Library and I need to mark the date that I have events. My api resul is: "month":08; "calendarDays": [ "17", "24" ] Below is my code: - (NSArray*)calendarMonthView:(TKCalendarMonthView *)monthView…
santa
  • 147
  • 1
  • 4
  • 16
0
votes
1 answer

iOS Tapku library calendar is black on some devices (TKCalendarMonthTableViewController)

I'm using the Tapku library to show a calendar of events, it's showing correctly on my device (iPhone 5 with iOS 6.1.3), but on some other devices or the simulator, the calendar is black (check the screenshots) The calendar is an object of…
dzk
  • 91
  • 2
  • 8
0
votes
1 answer

issue in reloading tapku calendar

My calendar is working perfectly I show events from calendar in my tapku calendar and I can also edit them so for editing I am using EKEventEditViewController so when editing is completed then -…
java
  • 239
  • 5
  • 20
0
votes
1 answer

adding tapku calendar to ios app

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…
0
votes
0 answers

Tapku Calendar wrong dateSelected

I'm showing a TKCalendarMonthView but I have some problems with dateSelected. This is the code: - (void)calendarMonthView:(TKCalendarMonthView *)monthView didSelectDate:(NSDate *)date { NSDate *now = [NSDate date]; NSLog(@"DidSelectDate…
PGLongo
  • 439
  • 4
  • 13
0
votes
2 answers

Tapku calendar not showing events when selecting day in different month

I am new to Tapku but I think this might be a bug: Say you are in May 2013. In the month grid you can see (grayed out) the last 3 days of April (28th, 29th and 30th) and the first day of June. As usually, you can also see "bullet marks" at the…
ercolemtar
  • 405
  • 5
  • 6
0
votes
1 answer

How to change Tapku calendar to week view from month view

I am using Tapku calendar that is displaying the month view in it, i want to show the week view in calendar on button click. What changes are required to made and where in the code. Please guide for the above. And ask if anything else required to…
iPhone Programmatically
  • 1,211
  • 2
  • 22
  • 54
0
votes
1 answer

Wrong dates marked on Tapku calendar

I am using Tapku calendar control in my app. So far, I was able to use it correctly. The problem occurred when I tried to mark dates on calendar. I have following dates that need to be marked on calendar - Month is March , dates are 26, 27, 28,…
iOSDev
  • 3,617
  • 10
  • 51
  • 91
0
votes
1 answer

IOS: Tapku calendar: starting week on Sunday, or not, depending on user choice

I am using tapku calendar in my project. I need to make an option for the user to start week on Sunday or on Monday. There is a method in viewDidLoad: (id)initWithSunday:(BOOL)sundayFirst Is there a way to update the calendar with new option? I…
roman777
  • 486
  • 6
  • 9
0
votes
1 answer

How to use list view and day view in Tapku calendar?

I am new to iPhone development.Now i am working on calendar application.I used TapkuLibrary for my calendar application.By this library i can use only the month view.How to implement day view and list view? Please help me..
IKKA
  • 6,297
  • 7
  • 50
  • 88
0
votes
1 answer

Tapku library -what is the date format in day view

I am using Tapku library in my application. While displaying day view, I am getting the startDate and endDate values from my server. What is the date format used in Tapku library?
iOS
  • 423
  • 1
  • 6
  • 15
0
votes
1 answer

Tapku Calendar - How to implement List, Day and Month view using Tapku Calendar?

i want to implement a calendar application like Month View,Day View and Week View using Tapku library for my iPhone application.MonthView already there.So i am concentrating Day and week view.If anybody having any idea for this,Please let me…
JPS
  • 1
  • 1
0
votes
1 answer

How to customize Tapku calendar?

Finally decided to use calendar lib for my training calender application: I'm trying to customize Tapku calendar... Just curious to know, How can I add table view and update its cell on the same page(below the calendar)? Once user selects any…
bapi
  • 1,903
  • 10
  • 34
  • 59
0
votes
2 answers

getting date from tapkulibrary

I need to implement a calendar for my app, after searching on different libraries I decided that tapku was the way to go. I'm kindda new to IOS, so this might be a newbie question: I succesfully implemented the tapku library, and everything seems…
André
  • 81
  • 2
  • 9
0
votes
1 answer

Tapku Load time is extremely long

I've created a "home" viewcontroller which pushes a "calendar" viewcontroller. The calendar viewcontroller uses the TAPKU library to create a calendar which I load with events from a plist. The problem I'm having is that the load time for the…
waylonion
  • 6,866
  • 8
  • 51
  • 92