Great idea. My current view only has a single cell, but I could create 4 different identical cells that would each correspond to the direction that the view is moving in. I'll have to add a transparent border all the way around the view, and then I can place the hotspot in the opposing compass position border based on the direction.
So when the view is moving 'north', I just switch to the cell that has the hotspot in the 'south' position of the view. When the view is moving 'east', switch to the cell that has the hotspot in the 'west' position. And so on. This will allow the entire view to move off screen until it hits the hotspot in the transparent border, at which point the visible portions are completely hidden off screen.
This will work perfectly, thank you.
EDIT: Well, it sort of works. The problem is that hotspot corresponds to where the view is placed on screen, so when the hotspot changes, the view 'jumps'. Probably could get around this by changing the current coordinates of the view so the hotspots line up & the animation is seamless.