I am newbie for iPhone application. Below is what I have…

When I enter Item name, I get proper screen with Done option. When I click Done, keyboard get hided.

Same happen for Time also.
Now when I click on description and type something, I get screen as below.

Now my problem is, I can’t see UITextView and because of that I can’t see what I am typing.
How can I show the UITextView so that I can see what I am typing.
Update 1

First take these whole controls in
UIScrollViewand set as it is,after just in
UITextViewdelegate methodtextViewDidBeginEditingset the frame of view like bellow…and also set same like before after return like bellow…
you can also set the frame of
UIViewinstead ofUIScrollView..Also first give the Delegate to
UITextViewand add this delegate in.hfilei hope this helpful to you…