blommegard / SBTickerView

An easy to use ticker view with inspiration from Flipboard
MIT License
378 stars 49 forks source link

Ticker animation #2

Closed tfonfara closed 12 years ago

tfonfara commented 12 years ago

Hi,

nice work, I really like it! But whenever my ticker ticks, the bottom part of the ticker view moves about 1 pixel up, and after the animation down again to the right place. I made a screenshot: http://imageshack.us/photo/my-images/248/ticker.png/ (look at the last ticker)

blommegard commented 12 years ago

The screenshot doesn't work. The only thing I can think of is that you use odd sizes on the views, use even and your'r good.

tfonfara commented 12 years ago

Well, I found the solution. This effect depends on the frame of the ticker view. If the frame is to small (eg. 28x35, font size 35) the effect appears, with a larger frame (eg. 28x40, font size 35) everything works ok.

blommegard commented 12 years ago

As I said, I don't think it's because the small frame, but that 35 is odd and 40 is not.