View manipulation problem

2010-05-25 Thread ico
Hi All, I have a little iPhone app which has the following UI: 1. 2 buttons, use to manipulate my model object. 2. 2 switches, let's call them infoSwitch and optionSwitch respectively 3. A custom view, its subview includes 4 UILabel, those labels are used to display infomation of my model object.

Re: View manipulation problem

2010-05-24 Thread ico
Hi guys, I just wonder if this message was sent out successfully or nobody can help. On Fri, May 21, 2010 at 11:20 AM, ico wrote: > > Hi All, > > I have a little iPhone app which has the following UI: > 1. 2 buttons, use to manipulate my model object. > 2. 2 switches, let's call them infoSwitch

View manipulation problem

2010-05-20 Thread ico
Hi All, I have a little iPhone app which has the following UI: 1. 2 buttons, use to manipulate my model object. 2. 2 switches, let's call them infoSwitch and optionSwitch respectively 3. A custom view, its subview includes 4 UILabel, those labels are used to display infomation of my model object.