- December 17, 2024
- Mins Read
##A Page View, which support scrolling to transition between a UIView and a UITableView
UIView (at the top)
UITableView (at the bottom)
platform :ios
pod ‘YXTPageView’
…
pod install
to install the dependencies.Just clone this repository or download it in zip-file. Then you will find source files under YXTPageView directory. Copy them to your project.
See the demo project.
A vertical stackview which takes subviews with different widths and adds them to it's rows with paddings, spacings etc.
AudioManager is a Swift package that provides a modular and easy-to-use interface for implementing audio feedback in your applications. It ...