On Jan 2, 2013, at 8:08 AM, Eric E. Dolecki <edole...@gmail.com> 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, selection, etc. in App A.
> 
> I have the two apps rigged up using GameKit and that is working fine. Is
> there a way to somehow get these things to jive? This would include
> flicking, rubber-banding, etc. which is where I am getting confused on how
> to match the visual behavior. It can be delayed a bit, but looking to match
> the visuals of the two tables.


You should be able to just implement -scrollViewDidScroll: in your delegate and 
pass the contentOffset from App A to App B. Remember than a table view is also 
a scroll view, and that UITableViewDelegate adopts the UIScrollViewDelegate 
protocol.
--
David Duncan


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to