Is it possible to generate a small thumbnail of a view controller in a UIView?
For instance, I would want a smaller version of MyViewController
to show up where UIImageView
is showing up in the following image. I am using screenshots right now, but I feel it would be better to just show a snapshot of the view controller like how long-pressing a UITableViewCell will present a snapshot of the view controller. Is it possible to do this?