41 lines
871 B
Markdown
41 lines
871 B
Markdown
|
|
# LCEssentials — UIKit
|
||
|
|
|
||
|
|
UIKit-era helpers: programmatic layout & constraints, view/control extensions,
|
||
|
|
navigation, table/collection helpers, and drop-in components (image picker, image
|
||
|
|
zoom, snackbar, GIF loading).
|
||
|
|
|
||
|
|
Foundation/value-type helpers are in [Extensions.md](Extensions.md); SwiftUI
|
||
|
|
helpers in [SwiftUI.md](SwiftUI.md).
|
||
|
|
|
||
|
|
Every section is a collapsible block — click a heading to expand it.
|
||
|
|
|
||
|
|
## Contents
|
||
|
|
|
||
|
|
- [Layout & Constraints](#layout--constraints)
|
||
|
|
- [Views & Controls](#views--controls)
|
||
|
|
- [Navigation & Controllers](#navigation--controllers)
|
||
|
|
- [Collections & Tables](#collections--tables)
|
||
|
|
- [Media & Components](#media--components)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Layout & Constraints
|
||
|
|
|
||
|
|
<!-- batch 9 -->
|
||
|
|
|
||
|
|
## Views & Controls
|
||
|
|
|
||
|
|
<!-- batch 10 -->
|
||
|
|
|
||
|
|
## Navigation & Controllers
|
||
|
|
|
||
|
|
<!-- batch 11 -->
|
||
|
|
|
||
|
|
## Collections & Tables
|
||
|
|
|
||
|
|
<!-- batch 12 -->
|
||
|
|
|
||
|
|
## Media & Components
|
||
|
|
|
||
|
|
<!-- batch 13 -->
|