Hi,

I'm trying to create a "label group", so I decided to generate 3
buttons and put them in a single line, evenly sized and evenly spaced.

But these buttons are un-named, is it impossible to use
constraintsWithVisualFormat now? e.g

    UIButton *buttons[3];
    for (int i = 0; i < 3; ++ i)
    {
        buttons[i] = [[UIButton alloc] init];
    }

Is there any suggestion?

-- 
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print:   9F67 391B B770 8FF6 99DC  D92D 87F6 2602 1371 4D33
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to