DEV Community

Cover image for Yahoo Finance Style Stock Price Label in SwiftUI
Fedor Prokhorov
Fedor Prokhorov

Posted on

Yahoo Finance Style Stock Price Label in SwiftUI

One day I was inspired by a small yet crucial UI component in the Yahoo Finance iOS app. This UI component represents stock price changes in real time. The most interesting thing in this component for me it’s the accurate color accents on some parts of a price that was changed. I recreated this component but with better animations and a different aesthetic.

My article: https://hackernoon.com/yahoo-finance-style-stock-price-label-in-swiftui
GitHub repository: https://github.com/prokhorovxo/PriceView

Top comments (0)