brianadvent / CustomCamera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with photoVC

mingshi1214 opened this issue · comments

in the line
photoVC.takenPhoto = image
the error of "Value of type 'PhotoViewController' has no member 'takenPhoto'" shows up as photoVC is initialized as a UIStoryBoard. I'm not sure if this error only occurs in newer versions of swift or not but I can't seem to get past it