devinross / tapkulibrary

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

Wrong calendar width in iPhone 6 and 6 plus. #297

Open mohdhaider opened 10 years ago

mohdhaider commented 10 years ago

I added tapkulibrary in my project and it gives wrong calendar width for iPhone 6 and iPhone 6 plus sizes. Please take a look on it and let me know if you need some more information.

iphone6 iphone6_plus

Sun3 commented 9 years ago

I have the same issues...

maggix commented 9 years ago

I described this in a past issue and I made some quick fix in my own fork. Maybe not pretty code-wise, but works. Of course you are encouraged to improve it.

Sun3 commented 9 years ago

@maggix I will check it out, thanks.

Morpheus2002 commented 9 years ago

@maggix Thanks for your fix. However, I can't change the color of TKCalendarCircleView. It's always black with no date inside. But the dot is shown.

Any ideas?

maggix commented 9 years ago

@Morpheus2002 I would advise you to open the ticket in my branch instead of here as it's a different problem.

That said, have a look at how I use TKCalendarCircleView: initializing it with - (id)initWithColor:(UIColor *)newColor allows you to set the color. The label with the day number however is set somewhere else.

Morpheus2002 commented 9 years ago

@maggix sorry for stupid question, but how can I open a ticket in your branch? There is no option for creating new issues in your repository.

maggix commented 9 years ago

My bad. Now you can :)