Giter VIP home page Giter VIP logo

10clock's People

Contributors

aionda avatar fadedblue avatar joedaniels29 avatar megomes avatar philibertdugas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

10clock's Issues

Revolutions count

Hi!
It's possible to count the number of revolutions? I would like to use 10Clock and add a [days] field that I could increment or decrement by doing rotations.
Thanks for your help!

if start date and end date's difference is less than 5 issue

if start date and end date's difference is less than 5 lead to
start:16:35 end:16:45
0HR 5MIN

var fiveMinIncrements = Int((tailAngle - headAngle) / twoPi * 12 /hrs/ * 12 /5min increments/)
-->
var fiveMinIncrements = Int(round((tailAngle - headAngle) / twoPi * 12 /hrs/ * 12 /5min increments/))

can be fixed

About watchFaceTitle

I want have a variable is equal the "title.string".Can I do it?
I use delegate, but I don't hand the title string.

Alarm clock drag issue from inside Arc

Hi,
I want to use your library but there should not be any drag from unhighlighted layer(lowest layer) and not from inside arc and drag only happen from highlighted layer(upper layer) like Apple alarm clock.Could you please help me on above scenario.

0 mins bug

The clock is fully highlighted at 0 mins.
img_4447 2

Inaccurate duration in center

Sometimes you get inaccurate duration in the center of the clock. 3:20 to 7:20 would produce "2hr55min".
This can be fixed by changing the following line to include round()

func updateWatchFaceTitle() {
...
var fiveMinIcrements = Int(round(((tailAngle - headAngle) / twoPi) * 12 /*hrs*/ * 12))

Need to disable start or end layer

Hi, I don't want the start layer to move on AM time and also for PM time I don't want the end layer to move. So can you please mention how to stop the working of one layer.

No such module TenClock

When I try to import TenClock after an install via Cocoapods I got the following error:
No such module TenClock

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.