Re: Duplicating display UITable scrolling, etc. in two apps

2013-01-05 Thread David Duncan
On Jan 2, 2013, at 8:08 AM, Eric E. Dolecki wrote: > I have been asked to provide the following functionality between two iOS > applications: > > App A: UITableView displayed, an interact with it normally. > App B: Display a UITableView with the same information in it, and match the > scrolling,

Duplicating display UITable scrolling, etc. in two apps

2013-01-02 Thread Eric E. Dolecki
I have been asked to provide the following functionality between two iOS applications: App A: UITableView displayed, an interact with it normally. App B: Display a UITableView with the same information in it, and match the scrolling, selection, etc. in App A. I have the two apps rigged up using G