tags:

views:

24

answers:

1

I just found the Tapku library and would love to use the calendar, but am clueless as to where to start since I am new to iPhone dev. How do I go about presenting the calendar in one of my views?

A: 

have you looked in the demo project included in the library? i believe it has an example that would be very useful to you, and also, here is the developer documentation gitHub docs that includes the calendar class structure.

Jesse Naugher
yeah, I've looked at those... I guess I just don't know enough yet about iPhone programming for those to be useful. When I looked at the demo project everything was very different than what I'm used to doing out of my tutorials and books. I don't understand where to begin.
tybro0103
i'd begin by learning how the library works, either with the api documentation, or going into the code and figuring it out, its a useful thing for anyone to learn HOW a fairly complex library works, even if its just on the basic level. Tapku's naming is fairly well done, so it should be a logical process. good luck.
Jesse Naugher