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 8743759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:44:02+00:00 2026-06-13T11:44:02+00:00

i am currently developing an ios app that uses PayPal’s Mobile Payment Library to

  • 0

i am currently developing an ios app that uses PayPal’s Mobile Payment Library to facilitate payment of goods.The Problem is that Paypal generates a web view that set to portrait -Upright mode. This is to my knowledge is generated inside the payPal library and i can’t see anyway to acces it . Is there anyway to make te web view rotate in landscape mode.After some extensive searching i found that most everyone are just using the portait mode ,is there anyway to make it rotate to landscape.

  • 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-06-13T11:44:03+00:00Added an answer on June 13, 2026 at 11:44 am

    Actually there is a way to manually rotate the checkbox view of paypal in iOS. This view is an instance of PayPalViewClass. Just add a method to look through all the views and all the subviews to find the instanse of this class. Once you’ve found the view you was looking for just apply setTransform method to it.
    The method should look like like this:

    -(void)cicle:(UIView *)aView {
        for (UIView *_v in [aView subviews]) {
            if ([_v isKindOfClass:[NSClassFromString(@"PayPalViewClass") class]]) {
                [aView setTransform:CGAffineTransformMakeRotation(-M_PI/2)];
            }
            [self cicle:_v];
        }
    }
    

    It should be called in your payWithPayPal method.
    I hope this helps 😉

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

Sidebar

Related Questions

We're currently developing an iOS app that needs to check location in the background.
I am developing an ios app that uses Dropbox SDK. I want to notify
I'm developing an ios app that's very basic and uses objective almost all of
I am currently developing an iOS app which uses CFStream to communicate with a
I'm currently developing an iOS app that interacts with a server (in django) via
I'm currently developing a facebook app that needs access to a users photos. It
Top of the morning to'ya! I'm currently developing a iOS app in Objective-c and
I am developing an iOS app. How can I know the current section that
I'm currently developing an iOS app and have reached the point where I need
I'm currently developing an app for iPad. The development started for iOS 4.2 and

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.