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

Check if NSDate is within an EKEventStore

I'm trying to check whether a certain nsdate is within my Event Store. The current month events are stored in a NSMutableArray. I'm using the these functions to create the events store and to fetch objects on it : - (void) viewDidLoad{ [super…
sam80
  • 83
  • 1
  • 9
2
votes
1 answer

Drag & Drop TableView Cell to Tapkus Calendar

I have added the calendars in scrollview using tapkus library on the left. I want to drag the cell from right and if i put it on a date then it should be added in that date. The problem is i m able to drag the cell to a date but i m not able to know…
Dhara
  • 4,093
  • 2
  • 36
  • 69
2
votes
5 answers

Calendar Control in iOS

I am looking to have a calendar control in one of the view controllers in my app. I have looked around and found Kal and Tapku as the popular ones. I was able to integrate Kal into my project, but it doesn't seem to be doing what I want to. What I…
OutOnAWeekend
  • 1,383
  • 1
  • 18
  • 36
1
vote
3 answers

iOS: Tapku calendar library - allow selecting multiple dates for current month

I am using Tapku library for calendar implementation. I could see that there is a way to add Markers for predefined start and end date but I want to allow users to select/unselect any number of dates from current month only, and want to generate…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
1
vote
1 answer

Need to set Tapku Calendar to only have certain dates selectable?

I'm using the Tapku Library (http://developinginthedark.com/posts/iphone-tapku-calendar-markers) to implement a Monthly Calendar View for my application, but the thing is that I only want certain days in the Calendar View to be selectable, based on…
1
vote
1 answer

How to implement calender in a vertical UIScrollView showing all 24 months from today's date in iOS?

Does anyone know how to show calendar in a vertical UIScrollView starting from today's date till 24 months from now? I want to implement this in iPad. Is there any such api for iOS?
Dhara
  • 4,093
  • 2
  • 36
  • 69
1
vote
0 answers

Tapku Coverflow: Programmatically change image

i'm trying to implement a button to increment the album art using Tapku Library and not having much luck. I was considering replicating a touch using 'touchesBegan' but this is a bit hacky and would rather a cleaner approach. My code to increment…
1
vote
1 answer

Tapku Calendar demo does not work in xCode4/iOS5

I installed xCode 4 and iOS 5 today. I have used the Tapku library in the past so i went a downloaded it: https://github.com/devinross/tapkulibrary I opened the demo in xCode and am running the calendar demo on the iPhone iOS5 simulator and it is…
Mausimo
  • 8,018
  • 12
  • 52
  • 70
1
vote
2 answers

How can I change the event marks on TapkuLibrary calendar object

I use TapkuLibrary for my calendar. I want to change the event marks, for example to show different operations on certain days of the month. I want to achieve something like the second image. Default TapkuLibrary calendar I want to like something…
hiwordls
  • 781
  • 7
  • 17
  • 35
1
vote
1 answer

How To Search For NSDate?

I have an NSDate I want to search for in my predicate. However, the timing may not be 2009-12-06 00:00:00 +0000 but may look more like 2009-12-06 3:05:90 +0000. So how can I search for any date that fits within the bounds of that day (24…
Jon
  • 4,732
  • 6
  • 44
  • 67
1
vote
1 answer

How to use Tapku on my projects in XCode 4?

I'm trying to use the amazing Tapku library for iOS on my projects in XCode 4. Previously, there was this easy step-by-step guide to follow here. XCode 4 is totally different and I can't get it to work. Any help?
Bernardo
  • 11
  • 2
1
vote
1 answer

iOS - NS_DESIGNATED_INITIALIZER expected : (colon) in xcode 5

how can i use NS_DESIGNATED_INITIALIZER in xcode 5 it give me error Expected ':' i recognize the problem in xCode version , it work fine with xCode 6 i find this code in TapkuLibrary thank you in advance
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
1
vote
0 answers

Tapku calender customization

I'm using Tapku calendar for my iOS app. I have something to do like this. I'm getting a JSON array of data from the web service. It's something like…
user2889249
  • 899
  • 2
  • 13
  • 22
1
vote
1 answer

How can i put Day Event on particular Date using Tapku Library?

I have used TKCalendarDayView for showing day events on Specific date but problem is when i put any events on it it always display in current date. so can anybody help me to sort out this problem using Tapku Library? Thank you in Advanced.
Haresh Ghatala
  • 1,996
  • 17
  • 25
1
vote
1 answer

Adding Tapku Library to iOS Project - Linker Errors

I'm building a calendar application and am trying to add the Tapku library to my app. I've followed the steps here: "https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4". My project builds until the last step. When…
Dehli
  • 5,950
  • 5
  • 29
  • 44