[TIMOB-471] table views with text input controls
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:53:09.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 0.9.3 |
| Components | iOS |
| Labels | ios, iphone |
| Reporter | Nolan Wright |
| Assignee | Jeff Haynie |
| Created | 2011-04-15T02:29:53.000+0000 |
| Updated | 2011-04-17T01:53:09.000+0000 |
Description
table views with text input controls should auto scroll the text control so its visible when the keyboard slides up
since tableview is scrollview i assume we can apply similar logic we already have for TiUIScrollView?