IB constant variation pitfall

If you set variation on constant, the constant is adapted when the app is reopened after going to the other app. So if you set the constant vaguely and fix the constant by code at viewDidAppear or willTransition, that part won’t get run at that time. Then constant at normal situations and the constant when the app is reopened after going to the app will be different!