Re: advice for creating these controls
Re: advice for creating these controls
- Subject: Re: advice for creating these controls
- From: Andreas Mayer <email@hidden>
- Date: Thu, 22 Mar 2012 17:45:14 +0100
Am 22.03.2012 um 16:22 schrieb Alex Zavatone:
> UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems:
> [NSArray arrayWithObjects:
> [UIImage imageNamed:@"segment_check.png"],
> [UIImage imageNamed:@"segment_search.png"],
> [UIImage imageNamed:@"segment_tools.png"],
> nil]];
You can do that in Interface Builder. No need for code.
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden