Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UIView 中显示了文本,该文本再次位于 UIScrollView 中。 文本的字体大小/大小应根据其与屏幕上某个点的距离来更改其大小。
屏幕上有许多这样的项目需要以不同的大小重新渲染相同的文本。
我该如何优化它以减少文本渲染的瓶颈?