Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tableview

  1. S

    iOS Pass image from tableView to viewController in Swift

    I have images in Assets folder and Im trying to pass the data from tableView to next viewController.I have two tables, I created outlet to UIImageView. ThirdView.swift contains struct import UIKit struct ThirdView { var ThirdViewArray = [String]() var Pic = [UIImage]() }...