Giter Site home page Giter Site logo

Comments (6)

patchthecode avatar patchthecode commented on May 2, 2024 1

Btw, it looks like youre doing a vertical calendar view. In that case it might look better if you have Headers implemented. But your choice. I'm no design expert so take what i say with a grain of salt.

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

Ok. First are you using version 4.0.2?

Then can you do this for me. Reset your simulator. Then after resetting (with you app not running) turn the simulator to landscape mode, then back to portrait mode.

Now load the app and tell me if your issue was resolved.
There is not a bug with your code. This is a simulator issue. I have experienced it with one user before.

I'm uploading a new version of this library in about 30 mins. Version 4.0.3 includes performance enhancements, and a patch to see if it will resolve your issue.

Your issue is from one line of code in the library. The library needs to determine the orientation of your application, and i use the code:

UIDevice.currentDevice().orientation

I have now changed this to:

UIApplication.sharedApplication().statusBarOrientation

I believe I was (in error) getting the orientation of the device, and not the app. Let me know how 4.0.3 works for you.

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

Update 4.0.3 now released.

from jtapplecalendar.

hanishassim avatar hanishassim commented on May 2, 2024

Yes, thanks for the swift response!
My problem is resolved, I have updated to 4.0.3
simulator screen shot 22 jun 2016 10 30 32 pm

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

cool. cheers. 👍

from jtapplecalendar.

hanishassim avatar hanishassim commented on May 2, 2024

I'll try that, thanks!

from jtapplecalendar.

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.