GithubHelp home page GithubHelp logo

iPad Enhancement about fscalendar HOT 3 CLOSED

wenchaod avatar wenchaod commented on July 18, 2024
iPad Enhancement

from fscalendar.

Comments (3)

WenchaoD avatar WenchaoD commented on July 18, 2024

Hi, @obas23
You're right. I made this without considering the iPad adapting problem. But I've left the interface to manually modify the font, try this:

[[FSCalendar appearance] setHeaderTitleFont:[UIFont systemFontOfSize:30]];
[[FSCalendar appearance] setWeekdayFont:[UIFont systemFontOfSize:30]];

in your appdelegate or viewDidLoad.
And try to enlarge the size of the header view in storyboard too(60pixel) in this case:
image

from fscalendar.

michaelsabo avatar michaelsabo commented on July 18, 2024

I wasn't trying to modify the font, but rather increase the height of the calendar(scrollView container) so that it extends to around half or more of the screen when in portrait mode. I think when I modified a few constants for manipulating the scrollView height it inadvertently increased the date cell font size.

from fscalendar.

WenchaoD avatar WenchaoD commented on July 18, 2024

I've updated a new repo 0.1.0, in which you can use:

self.calendar.autoAdjustTitleSize = NO;

to disable the default font size behavior. You can see that in the readme file.
Try this and let me know whether there is any problem.

from fscalendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.