Sending datasource information only when UIView has been laid out?
问题 I am having trouble understanding this. I have been able to do such a project earlier on but now a similar approach isn't working for me. Here is the issue: I have a UIPageViewController that has 4 storyViewControllers . Each storyViewControllers has a custom containerView . I want to add 'n' number of UIViews on the containerView . I am sending the dataSource or 'n' from the view controller. However, I am not able to correctly lay out the subviews on the container view. Essentially I want to