Component - App review guidelines
This UI component shows a simple app screen that displays key points of app review guidelines. It helps users understand what rules their app must follow before submission.
This UI component shows a simple app screen that displays key points of app review guidelines. It helps users understand what rules their app must follow before submission.
UIViewController
├── UINavigationBar
└── UIScrollView
└── UIStackView
├── UILabel (Title)
├── UILabel (Guideline 1)
├── UILabel (Guideline 2)
├── UILabel (Guideline 3)
└── UIButton (Learn More)