GithubHelp home page GithubHelp logo

Comments (11)

 avatar commented on June 3, 2024

I'm not sure, but I think that it seems to be caused by wrong way of size calculation from frame in KSMHand.m.

CGPoint top = CGPointMake(self.frame.size.width / 2, self.frame.size.height / 2 - self.length);

should be:

CGPoint top = CGPointMake(self.bounds.size.width / 2, self.bounds.size.height / 2 - self.length);

Also, bottom should be calculated by same way, too.

from bemanalogclock.

gronzzz avatar gronzzz commented on June 3, 2024

This bug is caused in case of iOS 8. I have repeated it when app was in tray and i reboot him.

from bemanalogclock.

 avatar commented on June 3, 2024

Not only iOS 8. It is also caused in case of iOS 7.1
I'm not sure but I think this problem is relevant to lack of memory.
iOS 8 usually uses huger memory than iOS 7. Memory warnings are frequently sent on iOS 8

from bemanalogclock.

gronzzz avatar gronzzz commented on June 3, 2024

Does somebody found any decisions of that trouble ?

from bemanalogclock.

peterpaulis avatar peterpaulis commented on June 3, 2024

any fix?

from bemanalogclock.

josepharthur avatar josepharthur commented on June 3, 2024

sorry i have not gotten it to work . i may need a step by step

--------- Original Message --------- Subject: Re: [BEMAnalogClock] hour hand x-offset (off center) in some conditions (#12)
From: "Peter Paulis" [email protected]
Date: 3/6/15 5:35 pm
To: "Boris-Em/BEMAnalogClock" [email protected]

any fix?

Reply to this email directly or view it on GitHub.

from bemanalogclock.

kexoth avatar kexoth commented on June 3, 2024

I have the issue with the hands of the clock on orientation change & I think it's because of the constraints of the view that I use in my case.

from bemanalogclock.

NewBiginner avatar NewBiginner commented on June 3, 2024

Besides refresh it, does there have any other way to solve this problem?

from bemanalogclock.

SMFakhir avatar SMFakhir commented on June 3, 2024

Same thing happening here.

simulator screen shot 18-dec-2015 12 59 53 am

from bemanalogclock.

josepharthur avatar josepharthur commented on June 3, 2024

I did the clock in html 5 , js, and css.

www.ndntime.org/miwokkids

www.ndntime.org/r2billy

http://www.josepharthur.org/valyrian

http://www.josepharthur.org/klingon

from bemanalogclock.

Boris-Em avatar Boris-Em commented on June 3, 2024

Fixed with commit 32facc0.

from bemanalogclock.

Related Issues (17)

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.