Ronald Oussoren wrote:
> If you don't add the IBAction decorator Interface Builder won't show
> your action methods as actions when you ctrl-drag a connection to an
> instance of your class.
Thanks, Ronald.
So this is part of what IB looks for when you tell it to scan the class
files. I've bee
On 20 Apr, 2009, at 17:24, Bill Janssen wrote:
Ronald Oussoren wrote:
If you don't add the IBAction decorator Interface Builder won't show
your action methods as actions when you ctrl-drag a connection to an
instance of your class.
Thanks, Ronald.
So this is part of what IB looks for when
Pascal Schaedeli wrote:
Here is the temporary solution I've found for my case. Still looking for
better suggestions.
my main suggestion is to "don't do that". A few notes:
1) Ned's right -- DO NOT put stuff in /usr/lib -- use /usr/local/lib, if
at all.
To recap, my problem is that by defaul