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

  • Home
  • SEARCH
  • 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 7756629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:52:19+00:00 2026-06-01T12:52:19+00:00

The View Programming Guide for iOS on pg. 57 has this piece of code:

  • 0

The View Programming Guide for iOS on pg. 57 has this piece of code:

// Create the layer.
CALayer* myLayer = [[CALayer alloc] init];
// Set the contents of the layer to a fixed image. And set
// the size of the layer to match the image size.
UIImage layerContents = [[UIImage imageNamed:@"myImage"] retain];
CGSize imageSize = layerContents.size;
myLayer.bounds = CGRectMake(0, 0, imageSize.width, imageSize.height);
myLayer = layerContents.CGImage;

Why would you want to do this in the last line: myLayer = layerContents.CGImage;. For one thing, the objects don’t match up so it’s a type problem. But it’s replacing the object created in the first statement!

What am I missing?

  • 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-01T12:52:21+00:00Added an answer on June 1, 2026 at 12:52 pm

    Looks like that document is wrong. It should probably be:

    myLayer.contents = (id)layerContents.CGImage;
    

    This is one way to set the contents of a layer. See the docs for contents

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

Sidebar

Related Questions

I have read Apple Scroll View Programming Guide for iOS but still confused about
The View Programming Guide for iOS tells us that block-based animations are the way
From Apple's View Controller Programming Guide / Managing Memory Efficiently; didReceiveMemoryWarning Use this method
The View controller programming guide states this regarding view controller's usage: Each custom view
Apple has provided an example the View Controller Programming Guide, for creating an UITabBarItem,
This is very basic question from programming point of view but as I am
In the iPad Programming Guide, it gives the following code example for specifying the
I am working through The BNR Guide to iOS programming, and having some trouble
I was trying to follow the Table View Programming Guide for iPhone OS but
In the introduction to iOS Programming: the Big Nerd Ranch Guide , the authors

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.