just another instance of it.
Thank You very much for Your time and Your knowledge!
Raimond
> Am 08.09.2016 um 16:01 schrieb Graham Cox :
>
>
>> On 8 Sep 2016, at 11:13 PM, Raimond Hettrich wrote:
>>
>> the init-method of the DelegateClass is running. This is because
Hallo Graham,
the ivar / property theme can’t be the solution (so I think as newbie :)),
because the sent array comes with it’s content to the DelegateClass. If there
were a problem, maybe that I sent an empty array it couldn’t come to the
DelegateClass with it’s content. Nevertheless I synthes
it’s called from drawRect.
I’m a very newbie and I think that it is important for every other app to
understand this.
Many Thanks,
Raimond
> Am 08.09.2016 um 14:35 schrieb Graham Cox :
>
>
>> On 8 Sep 2016, at 9:27 PM, Raimond Hettrich wrote:
>>
>> @inter
owArray: %@", delegateArray);
}
- (IBAction)testButton:(id)sender {
[self showArray];
}
@end
I hope there is someone out there who has the endurance to read this mail. :)
Thank You!
Raimond
> Am 07.09.2016 um 23:44 schrieb Jens Alfke :
>
> Hi Raimond,
>
> Please do
Dear all,
there is a thing i can’t understand.
In my class I have an NSMutableArray as a instance variable and a property.
With the init method the array will be created with alloc / init. When my
tableView has rows an information for each row will be added as object to my
array. Then I have a
Hallo all,
I´m new in objective-c coding and I have the following problem with the
constellation coreData-treeController-outlineView.
I’ve got an view based outlineView which shows an hierarchical tree. I can add
a new row with the default values of my entities attributes. I can add new
childr
Hallo All,
I have a view-based OutlineView with one column bound to an TreeController
(arrangedObjects) and the TableViewCell bound to objectValue.name. The
TreeController is bound to the managedObjectContext.
Nearly everything is fine. With the Add-Button a new line will be added with
the