Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6667311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:55:11+00:00 2026-05-26T02:55:11+00:00

I recently updated my application to use the iOS 5.0 SDK. Within it, I

  • 0

I recently updated my application to use the iOS 5.0 SDK. Within it, I am using Alex Fajowski’s OpenFlow cover flow implementation.

I found that when I run the application on iOS 5.0, OpenFlow is making an incorrect transformation or Z repositioning when I swipe through images.

Is there something I can do to make OpenFlow work correctly on the iOS 5.0 SDK?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:55:11+00:00Added an answer on May 26, 2026 at 2:55 am

    Today, I finally found the solution for this issue. Apparently, in iOS 5, zPosition is not being animated anymore (too bad, cause the documentation does say so). This is why, this bug may be fixed, by including the correct transition into the CATransform3D.

    Earlier:

        leftTransform = CATransform3DIdentity;
        leftTransform = CATransform3DRotate(leftTransform, SIDE_COVER_ANGLE, 0.0f, 1.0f, 0.0f);
        rightTransform = CATransform3DIdentity;
        rightTransform = CATransform3DRotate(rightTransform, SIDE_COVER_ANGLE, 0.0f, -1.0f, 0.0f);
    

    Now it looks like this:

        leftTransform = CATransform3DTranslate(CATransform3DIdentity, 0, 0, SIDE_COVER_ZPOSITION);
        leftTransform = CATransform3DRotate(leftTransform, SIDE_COVER_ANGLE, 0.0f, 1.0f, 0.0f);
        rightTransform = CATransform3DTranslate(CATransform3DIdentity, 0, 0, SIDE_COVER_ZPOSITION);
        rightTransform = CATransform3DRotate(rightTransform, SIDE_COVER_ANGLE, 0.0f, -1.0f, 0.0f);
    

    Hope it helps you guys, as it did help me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In our application we use several dynamically linked libraries. We recently updated the version
I recently updated an application from VS2003 to VS2008 and I knew I would
I've recently updated an application to the 3.5 framework (from 2.0). The app links
I recently updated my Eclipse (now running 20100218-1602), and I've found whenever I click
We've recently updated to Oracle 11g and our DBA has suggested using result caching
I have recently updated a Visual Basic 6 application that is an ActiveX exe,
I recently updated the SwingX library in an application from version 1.0 to 1.6.2
Hello, we have recently updated an application to Rails 3.0.4 (3.0.5 on online devel
I recently updated a project in my solution to use MVC 3 instead of
I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.