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.
我为 iPad 构建的应用程序有多个文本字段。所以我不得不使用滚动视图。我想永久显示滚动条,以便用户知道底部还有更多字段。
据我所知,不可能永久显示滚动条。
Apple 建议使用以下方式闪烁滚动条:
[theScrollView flashScrollIndicators];