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

Month View and support for width > 320pt #294

Open maggix opened 10 years ago

maggix commented 10 years ago

The current month calendar controller does not support a screen width larger than 320 points. As an example, this is what happens when you add a LaunchImage for the new iPhone 6 (and iPhone 6 Plus) to the Demo app, so that iOS enables full resolution for the application:

ios simulator screen shot 14 sep 2014 13 03 15

maggix commented 10 years ago

Hello everyone, I tried a workaround and it worked: I defined a scale factor for all sizes in TKCalendarMonthView.m using 320 as a baseline. The result (on iPhone 6 at 750px) is attached. I manage a fork of this repository at this address where I work on a iOS7/iOS8-styled version.

ios simulator screen shot 15 sep 2014 16 39 40