Taking a snapshot

suggest change

You can take a snapshot from a UIView like this:

Swift

let snapshot = view.snapshotView(afterScreenUpdates: true)

Objective-C

UIView *snapshot = [view snapshotViewAfterScreenUpdates: YES];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


UIView:
*Taking a snapshot

Table Of Contents
12UIView
157MVVM