Tag

scroll-view

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jul 10, 2024 · Mobile Development

SwiftUI ScrollPosition: Advanced Scroll Control in iOS 18

The article introduces SwiftUI’s new ScrollPosition type in iOS 18, explains how to track and set scroll locations using offsets, edges, and view identifiers, demonstrates animated programmatic scrolling, reading position properties, detecting user‑driven scrolling, and provides a complete runnable example for fluid UI design.

ScrollPositionSwiftSwiftUI
0 likes · 6 min read
SwiftUI ScrollPosition: Advanced Scroll Control in iOS 18
HomeTech
HomeTech
Nov 1, 2019 · Frontend Development

Implementing A-Z Contact List Sorting in WeChat Mini Programs

The article explains how to create a reusable letter sorting component for WeChat Mini Programs, covering data fetching, custom component encapsulation, touch event handling for A-Z indexing, scroll synchronization, and performance optimization techniques.

A-Z sortingCustom ComponentPerformance Optimization
0 likes · 8 min read
Implementing A-Z Contact List Sorting in WeChat Mini Programs