Hello -
I have the example code:
Can I do this.. return a view and it will stick around?
Thanks
James Cicenia
-(UIView *)mapViewForMonthAndType:(NSString *) pMonth type:(NSString)
pType{
AppDelegate *appDelegate = (AppDelegate *)[[UIApplication
sharedApplication] delegate];
NSEnumerator *itemEnum = [availabilityArray objectEnumerator];
AvailableItem *item = nil;
UIImageView *stateView = [[UIImageView
alloc]initWithFrame:CGRectMake(0,0, 320, 220)];
[stateView setImage: [UIImage imageNamed:@"wf-map-back.png"]];
return stateView;
}
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]