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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:18:03+00:00 2026-06-18T16:18:03+00:00

lets say i have a UIImageView with a frame (0,0,100,30) .that imageView was assigned

  • 0

lets say i have a UIImageView with a frame (0,0,100,30)
.that imageView was assigned an image.

whats the simplest way to show only part of the image?

for example: only what appears in points 30-60 (width) and 0-30 (height). that means that the left and right edges of the image should be hidden.

just to clarify, i don’t want to move the view nor change it’s size, i just want to hide a subrect of it’s frame.

  • 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-18T16:18:05+00:00Added an answer on June 18, 2026 at 4:18 pm

    You could always set a mask.

    CALayer *maskLayer = [CALayer layer];
    maskLayer.backgroundColor = [UIColor blackColor].CGColor;
    maskLayer.frame = CGRectmake(30.0, 0.0, 30.0, 30.0);
    
    view.layer.mask = maskLayer;
    

    Masks can be any type of layer, so you could even use a CAShapeLayer for complex masks and do some really cool stuff.

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

Sidebar

Related Questions

Lets say I have a class A that is fairly simple like this -
Lets say I have a function like below that sends and receives info from
lets say I have a file test.c that contains: char buffer1[1024]; int somefunction() {
Lets say I have a MySQL table that has the following entries: 1 2
Lets say I have this byte uint8_t k[8]= {0,0,0,1,1,1,0,0}; Is there a way to
Lets say I have a javascript class that looks like this: var Person =
Lets say i have a data.frame looking like this: structure(list(HUGO.Int1 = c(AATF, AATF, AATF,
Lets say have a main app, that also has a blog, I like to
Lets say I have the following tables: Customers Products CustomerProducts Is there a way
Lets say I have an Illustration entity which is an aggregate root. That entity

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.