Object C casting

Posted by ct2k7 on Stack Overflow See other posts from Stack Overflow or by ct2k7
Published on 2010-04-05T21:18:14Z Indexed on 2010/04/05 21:23 UTC
Read the original article Hit count: 338

Filed under:
|

Hi, I'm trying to cast this statement:

[self handError:noConnectionError];

basically, this statement is in a class, which is not the app delegate, but is the .m file of a view, specifically a view after uitableview, which contains its own uiviewtable.

The warning that statement gives me is that the error produced may not be apparent to the UIView (view control container).

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone