DDHTimerControl
DDHTimerControl copied to clipboard
allow hiding the title
In some cases, when the timer control is small, having both the number and the title makes it too small to read. I modified the layoutSubviews and checked if the title is nil or empty, then i'm not displaying it and I make the number font and frame bigger to take all of the space there.
Please make a pull request.