Trouble in type casting or any ideas ???
Posted
by ahmet732
on Stack Overflow
See other posts from Stack Overflow
or by ahmet732
Published on 2010-04-20T13:17:40Z
Indexed on
2010/04/20
13:53 UTC
Read the original article
Hit count: 240
objective-c
I write code below but it gives warning.. I identified dbdesc as a NSString but nothing changes.. How will I handle with this type of warnings?
**[self.searchDetailViewController setText:appDelegate.dbdesc];**
warning:'searchDetailViewController' may not respond to 'setText:' (Messages without a message method signatures will be assumed to return (id) and accept '...'as arguments )
© Stack Overflow or respective owner