Hello friends
i am new to iphone/obj C programming and started few weeks back. I've a question about scrolling. If someone can answer with sample code it would be very helpful.
Problem:
I've a TableViewController with three rows (custom cells [UITableViewCell]), first two rows are same with one Text Field while third row is with UITextView. Now when user starts entering the test in third row (one with UITextView), i want to scroll the screen while typing. I just don't to bump up by row, i want the scrolling during typing similar to iphone email compose screen. As user types in compose screen, whole table view slowly moves up.
Can someone help me?
I've already googled a lot, but could not find anything which matches my requirement, and being new i don't have much idea how to start it.
Update: I resolved this by resizing contentView and row height.