Tag Archives: screenshot
iOS taking a screenshot programatically – using Swift
On a project I am currently working on I recently had to use one screen as the background of the next screen. In order to achieve this I opted to take a screenshot of the initial screen, save it as a UIImage and then set it as the background image of the next screen. public […]