0

I have two XIb files and I need to switch between them with the swipe of a finger, like the native iphone weather app. does anyone know how to do this. please give some sample code if possible. thank you. P.S I am programming in Objective-C.

  • It's better to use the title to describe the problem and the tags to describe the domain, for future reference. – Sean Jan 19 '10 at 21:49

1 Answers1

0

Why don't you check following sample source?
07e - FlipViewSwipe in C02 - Views.zip
http://code.google.com/p/cookbooksamples/downloads/list

tomute
  • 2,673
  • 2
  • 20
  • 17