I am having difficulty figuring out why Erica Sadun does the following (calling viewDidAppear in viewDidLayoutSubviews) in her cookbook example …
ios viewdidlayoutsubviewsI was reading the description of viewDidLayoutSubviews of UIViewController: Called to notify the view controller that its view has just …
ios uiviewcontroller uikit bounds viewdidlayoutsubviewsIt's driving me crazy this. Only on first run the viewDidLayoutSubviews is called twice. Here is the code I'm using: …
ios swift2 viewdidlayoutsubviews