devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 654 forks source link

WeekView and DayView #181

Open ajaysharmalike opened 11 years ago

ajaysharmalike commented 11 years ago

We really appreciate the efforts from community developers.There are many controller which provides the Day-View in Calendar & seems to be quite tuff in understanding.But still we are missing for DayView using Tapku which is becoming mandatory. I will really appreciate,if we would have the Day-View similar to iPhone providing the easy way of integration similar to Month & newly introduced Week-View.

Well ,thanks for such great controller otherwise how hard the life of a developer would be !!!

ghost commented 11 years ago

Congrats very useful & pretty, I'm completely agree with @ajaysharmalike, @devinross i think Week-View or Day View like standard is hightly appreciated.

radster360 commented 11 years ago

@devinross Please add Week-view support. There was some work done by @fieldforceapp for this. I would love to see that merged in the base line code. Thx.

devinross commented 11 years ago

I just updated the day view to work a lot more like the current Calendar.app.

That code was brought into the code as a pull request but I never felt it was ready for prime time (I never included it in the demo project). I refactored a lot of the code base over the last few days (stuff like removing unnecessary @synthesize ect.) I also rebuilt the TKCalendarDayView (formerly called TKCalendarDayTimelineView). While the current implementation doesn't quite live up to the Calendar app, its fairly close. A few things that would be nice to add in the future are all day events, and the ability to time shift events.

moflo commented 11 years ago

Sure, let me try to merge.

radster360 commented 11 years ago

@devinross Thanks for all the update - I really really appreciate the new DayView. Now, if @fieldforceapp can give me the week view it would be just totally awesome. Thanks for the great component.

laszlotuss commented 11 years ago

@devinross Thank you for the Day Calendar View update, i really excited about the week view also! Maybe can you create a method for adding a single event, instead of reloading the whole to an array? Thank you for all the awesome open source stuff!

radster360 commented 11 years ago

I would really love to see this functionality.