Object C casting
- by ct2k7
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).