I am using the page control example from apple. I want to add the flipping functionality to "each" page on the pagecontrol sample. Which is basically just like the apple weather application.
I have a custom UIView on the page control example working fine, meaning that same image is displayed for every page and just labels and such update depending on what page your on.
I have added what I thought was all the code from a utility template, and now I do have the flipping part working. However all it does is flip the view back to itself. I want it to flip to another view.
Can someone help me add the two applications together??
I have a custom UIView on the page control example working fine, meaning that same image is displayed for every page and just labels and such update depending on what page your on.
I have added what I thought was all the code from a utility template, and now I do have the flipping part working. However all it does is flip the view back to itself. I want it to flip to another view.
Can someone help me add the two applications together??