Revision history of "Working with UIImage"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:54, 16 October 2021PeterHarding talk contribs 242 bytes +242 Created page with "In the target view: <pre> var imageView : UIImageView imageView = UIImageView(frame:CGRectMake(0, 0, 100, 200)); imageView.image = UIImage(named:"image.png") self.vie..."