I have problem with UISplitViewController, everything work on iOS version 11 & 12 (before iOS 13).
But in iOS 13, ViewDidLoad on Primary View ViewDidLoad not called, while I need this because when User make changes on secondary view, code will change Primary View.
Can you help me to find solution?