Home > C/C++, Handheld, Programming > Iphone Create & Delete Groups

Iphone Create & Delete Groups

January 29th, 2010

I require a very specific application. There should by default be one button at the bottom of the page. When pressed, this button adds a group of objects onto the page. This group is comprised of a background image (typically a UIImageView), a UITextView and a UIButton. When the text is selected the user can edit the text. When the image (or group) is touched the user should be able to drag the objects around the page. When the UIButton is pressed, the group should be deleted.

An unlimited number of these groups should be allowed to be created. The code should be well documented and have inline commenting to provide an overview of what is happening.


Iphone Create & Delete Groups

Comments are closed.
Bear