Using a String Object in another class
Using a String Object in another class
- Subject: Using a String Object in another class
- From: Kay Löhmann <email@hidden>
- Date: Sun, 21 Sep 2003 13:57:23 +0200
Hello Folks,
i got two Classes:
NSTableViewDelegate and AppController.
In the AppController Class i create a NSString object, which contains
Data from TextFile. Now i would like to use this String to fill a
NSMutableArray in
the NSTableViewDelegate Class in order to fill the TableView with that
data.
I cannot get it to work. Now. How do i get this string into that other
class to work with it?
Thanx.
Kay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.