How to resolve this error? I am new to programming and got totally struck with this error in all llines of code attached below
Error Screenshot
http://i.stack.imgur.com/OyjNP.png
Code:
videoObj.videoid = video("snippet.videoid") as! String
videoObj.videoTitle = video("snippet.title") as! String
videoObj.videoDescription = video("snippet.description") as! String
videoObj.videoThumbnailUrl = video("snippet.videoid") as! String
Error Screenshot
http://i.stack.imgur.com/OyjNP.png
Last edited by a moderator: