Iam getting a number of errors, please help me out. I am budding developer...
Asked
Active
Viewed 5,108 times
1 Answers
4
You've put a closing brace }
after the email IBOutlet which signifies the end of class scope at that line. Remove that.

mohonish
- 1,396
- 1
- 9
- 21
-
2Mohonish is right. Anytime you see a page full of errors like that, you've probably got an extra or missing `{` `}` – D. Greg Feb 26 '16 at 12:41