Posts

Post not yet marked as solved
1 Replies
526 Views
I need to make several independent copies of UIView that I got by snapshotView(afterScreenUpdates:)let snapshotCopy = NSKeyedUnarchiver.unarchiveObject(with: NSKeyedArchiver.archivedData(withRootObject: snapshot)) as! UIViewbut the snapshotCopy becomes an empty view that don't contains any data of original snapshot.
Posted
by andertsk.
Last updated
.