Lars
Lars

Reputation: 281

iOS -how to Group controls?

I'm new to iOS development and can't find any good guides on how to build a GUI that isn't just controls on a view. I need to group texts, images and controls in colored areas similar to the picture in the link below. Especially the brown background with the white area with rounded corners is exactly what I need (the brown frame).

Can anyone point me in the right direction?

I'm targeting iOS 5 and higher....

http://www.filemaker.co.uk/products/filemaker-pro/images/whats_new/graphic_ios_ipad_iphone.png

Upvotes: 3

Views: 1936

Answers (1)

Obj-Swift
Obj-Swift

Reputation: 2942

You need to make everything as a part of superview..please see the image..enter image description here

Upvotes: 3

Related Questions