Understanding UIViewController’s viewIsAppearing(_:)

Thongchai Kolyutsakul
SwiftBlade
Published in
2 min readJun 29, 2023

--

https://developer.apple.com/documentation/uikit/uiviewcontroller/4195485-viewisappearing

Background

Common UIViewController lifecycle management methods are viewDidLoad(), viewWillAppear(_:), viewDidAppear(_:), viewWillDisappear(_:), and viewDidDisappear(_:). Each serves a specific purpose and provides developers the opportunity to perform tasks at appropriate times.

--

--

Thongchai Kolyutsakul
SwiftBlade

iOS developer since 2009. Working @Viki in Singapore. I write about iOS development, Swift language, and general software engineers tips.