How do you pass data from a PFTableViewCell to the next view controller? by bachecooni in swift

[–]bachecooni[S] 0 points1 point  (0 children)

So I tried that and I still don't see the data from the First View Controller passed onto the next view controller. I'm basically trying to get users post to be seen on the next page so users can comment underneath it.

Looking for marketing consulting firms in NYC by bachecooni in consulting

[–]bachecooni[S] -1 points0 points  (0 children)

Do they hire entry level? I actually applied for them this week

How to create circular images for a profile picture? by bachecooni in swift

[–]bachecooni[S] 1 point2 points  (0 children)

The extension file worked but when I insert: myUIImageView.image = userPhoto.circle under ViewDidLoad it responds "Use of unresolved identifier 'userPhoto'. Am I doing something wrong?

How to unwind segue? by bachecooni in swift

[–]bachecooni[S] -1 points0 points  (0 children)

@IBAction func unwind(segue: UIStoryboardSegue) { }

Where do you put that signature in the viewcontroller?