0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Objective-C7,200 stars (7,200 stars)1,444 forks (1,444 forks)batch import
help wanted
Description
如何直接调起QMUISearchController 搜索页

Contributor guide
- Tech stack
- objective c
- Domain
- mobile
- Issue type
- research
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- iOS developmentObjective CQMUI framework basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue asks how to programmatically present the QMUISearchController search page. To answer, examine the QMUI iOS documentation and source code, particularly the QMUISearchController class and its usage in demo examples. Check if there is a public method like showSearch or presentSearchController. Look at the repository's demo app for patterns.