Tag

ViewController

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
May 10, 2025 · Backend Development

Using @ViewController Annotation for Conditional View Rendering in Spring Boot

The article introduces the custom @ViewController annotation for Spring Boot, explains how it simplifies conditional view selection compared with manual if‑else logic, provides basic and advanced code examples, lists its advantages, and shows real‑world usage in an e‑commerce project.

AnnotationConditionalRenderingSpringBoot
0 likes · 6 min read
Using @ViewController Annotation for Conditional View Rendering in Spring Boot
Tencent Music Tech Team
Tencent Music Tech Team
Nov 13, 2021 · Mobile Development

iOS Page Display and Logic: MVC Design Pattern and ViewController Management

The article explains how iOS uses the MVC pattern and ViewController hierarchy—distinguishing content and container controllers such as UINavigationController—to manage page display, navigation stacks, custom transitions, state restoration, and memory handling, enabling complex multi‑level navigation and functional implementation.

MVCUINavigationControllerViewController
0 likes · 9 min read
iOS Page Display and Logic: MVC Design Pattern and ViewController Management