小编use*_*154的帖子

XCode 4.2:实现上下文中缺少语义问题'@end',程序中出现意外的'@'

我是XCODE的新手,但我正在努力学习.基本上我的项目是Nada Jaksic在iPhone上创建基于表格的表格的返工".我很高兴知道我的编码出错了,这样我就可以从错误中吸取教训.任何和所有帮助都绝对值得赞赏!

从SignupTableViewController.h文件:

#import <UIKit/UIKit.h>

@interface SignupTableViewController : UITableViewController<UITextFieldDelegate,   UIActionSheetDelegate>

{


    IBOutlet UITableViewCell *cellExaminername;
    IBOutlet UITableViewCell *cellExamineraddress;
    IBOutlet UITableViewCell *cellExaminercity;
    IBOutlet UITableViewCell *cellExaminerstate;
    IBOutlet UITableViewCell *cellExaminerzip;
    IBOutlet UITableViewCell *cellExamineremail;
    IBOutlet UITableViewCell *cellSearchthroughdate;
    IBOutlet UITableViewCell *cellTitleheldby;
    IBOutlet UITableViewCell *cellPropertyaddress1;
    IBOutlet UITableViewCell *cellPropertyaddress2;
    IBOutlet UITableViewCell *cellPropertycity;
    IBOutlet UITableViewCell *cellPropertystate;
    IBOutlet UITableViewCell *cellProperyzip;
    IBOutlet UITableViewCell *cellTitlesearchnotes;    



    IBOutlet UITextField* txtExaminername;
    IBOutlet UITextField* txtExamineraddress;
    IBOutlet UITextField* txtExaminercity;
    IBOutlet UITextField* txtExaminerstate;
    IBOutlet UITextField* txtExaminerzip;
    IBOutlet UITextField* txtExamineremail;
    IBOutlet UITextField* txtSearchthroughdate;
    IBOutlet UITextField* txtTitleheldby;
    IBOutlet UITextField* txtPropertyaddress1; …
Run Code Online (Sandbox Code Playgroud)

xcode objective-c xcode4 xcode4.2

0
推荐指数
1
解决办法
935
查看次数

标签 统计

objective-c ×1

xcode ×1

xcode4 ×1

xcode4.2 ×1