Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS7 Support - Date Header missing #98

Closed
sambudda opened this issue Dec 30, 2013 · 1 comment
Closed

iOS7 Support - Date Header missing #98

sambudda opened this issue Dec 30, 2013 · 1 comment

Comments

@sambudda
Copy link

Hi, I am upgrading an app for iOS 7 that uses Kal-Calendar. Whenever I run the sample Native example in iOS7 simulator, the day and arrow hearders are missing. If I run it in iOS 6 simulator they show up. How can i fix this for iOS 7?

ios simulator screen shot dec 30 2013 9 51 32 am
ios simulator screen shot dec 30 2013 9 52 05 am

@sambudda
Copy link
Author

float systemVersion = [[[UIDevice currentDevice] systemVersion] floatValue];
if (systemVersion >= 7.0)
{
self.navigationController.navigationBar.translucent=NO;
}

fixes the issue where the title hides the month...
this is put into the -(void) loadview in KalViewController.m

I am working on fix it to work on ios 7 I am also looking into upgrading the graphics to match ios 7 but that requires a lot of photoshop but I don't know if I can get the fancy scroll to work... Updated graphics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant