iPhone panel control -


in ipad application there many buttons (around 50), , want make group box contain buttons arranged category.

i looking c# or .net groupbox/panel.

there no group box / panel box in iphone.

you need manage self.

use uitableview put button in on category.

http://developer.apple.com/library/ios/#documentation/uikit/reference/uitableview_class/reference/reference.html


Comments