On Dec 6, 2009, at 7:12 AM, Alexander Spohr wrote:
So what are you telling us?
He's saying he eventually found the problem on his own.
--Kyle Sluder
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moder
I translate you url for a better understanding for other readers:
You google:
> you forgot to allocate the object before setting it's delegate
The result:
> No results found for "you forgot to allocate the object before setting it's
> delegate".
So what are you telling us?
Maybe you should have
i figured it out. alexander, this would have been more helpful:
http://tinyurl.com/yjpeljv
On Sat, Dec 5, 2009 at 2:42 PM, Chunk 1978 wrote:
> thanks for teaching me how to use google. huge help.
>
> unfortunately, since i've imported both UIKit and my controller class
> into my custom UIImageV
thanks for teaching me how to use google. huge help.
unfortunately, since i've imported both UIKit and my controller class
into my custom UIImageView class, my question is wasn't what does that
error mean, but why am i receiving it.
On Sat, Dec 5, 2009 at 6:45 AM, Alexander Spohr wrote:
> http:
http://lmgtfy.com/?q=error+request+for+member+is+something+not+a+structure+of+union
atze
Am 05.12.2009 um 09:12 schrieb Chunk 1978:
> i have a UIViewController that i'm setting as the delegate for my
> custom UIImageView class. from my custom UIImageView class i want the
> delegate to
i have a UIViewController that i'm setting as the delegate for my
custom UIImageView class. from my custom UIImageView class i want the
delegate to change it's background color (based on computations
performed within the UIImageView class).
in my UIViewController i write:
–
myUIImageViewClass