开发者

is it valid statement?

SqlAssignementApp开发者_如何学GoDelegate *appDelegate =(SqlAssignementAppDelegate *) [[UIApplication sharedApplication]delegate];
lblresNam.text =[appDelegate.Record objectAtIndex:0];

lblresNam is UITextField type object Record is NSMutableArray

but my application is terminating.. Please give me solutions...


Is your Record object a property, so you know it's being retained, and so dot notation will be available?

More likely the culprit, did you forget to @synthesize Record so it has a getter?

If you neglected to do either one of those, appDelegate.Record is an error.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜