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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T19:33:47+00:00 2026-06-05T19:33:47+00:00

Can anyone tell me, how to make shadow, using UIPageViewController, around of my background

  • 0

Can anyone tell me, how to make shadow, using UIPageViewController, around of my background image instead of the view bounds?

In other words, I have an “irregular background image” which bounds looks like a wave. And when I go from page to page, shadow must be around “waves of backgrounds image” instead of pages rectangle.

Thanks.

  • 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-05T19:33:48+00:00Added an answer on June 5, 2026 at 7:33 pm

    You can use the QuartzCore.framework.

    Every UIView has a CALayer which can help u on that

    1. Add QuartzCore.framework to ur project (Build Phase => Link Binary With Libraries)
    2. #import “QuartzCore/QuartzCore.h” to the file that u will make shadow

    Then you can do something like:

    - (void) stylingUIView:(UIView *) _view
    {    
        [_view.layer setBorderWidth:3]; // add border to the UIView
        [_view.layer setBorderColor:[UIColor colorWithRed:0.7f green:0.7f blue:0.7f alpha:0.2].CGColor]; // set border Color for the UIView
        [_view.layer setShadowColor:[UIColor blackColor].CGColor]; //set shadow color for the UIView
        [_view.layer setShadowRadius:10]; // set Shadow radius 
    }
    

    For your case:
    You can do something like:

    [(UIViewController) viewController.view.layer setShadowRadius:10];
    [(UIImageView) *imageView setShadowRadius:10];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone tell me how to make a div's background transparent, but with a
I want to make an Android app by using ZXing . Can anyone tell
Can anyone tell me if its possible to make a glow filter effect around
Can anyone tell me how can i make more then one view through single
Can anyone tell me how to make this happen? It looks like a setting.
Can anyone please tell me how do I make this script run in IE
I want to make a drop-down list from scratch. Can anyone please tell me
can anyone tell me how to select data by date in MS.ACCESS database using
Can anyone tell me how can I make my SVN(TurtoiseSVN) to use the proxy?
Can anyone tell me how can I make back-up to a database to to

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.