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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T01:48:32+00:00 2026-06-17T01:48:32+00:00

I am in the process of studying iOS and I would like to create

  • 0

I am in the process of studying iOS and I would like to create a small application, which will put my image on black background and add any text.

Example – http://demotivation.me/images/20130105/d5il8ka359c2.jpg

How is it better to realize it? Which graphical library to use?

  • 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-17T01:48:33+00:00Added an answer on June 17, 2026 at 1:48 am

    I think you need easy code like this:

    UIView* backgroundView = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; // create background view with frame of all screen
    backgroundView.backgroundColor = [UIColor blackColor]; // set it color
    
    UIImageView* image = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"image.png"]]; // create image view with image you want
    image.frame = CGRectMake(10, 10, 300, 300); // set frame, better to set frame in depending of backgroundView frame, because we've got few types of iOS devices with different displays
    [backgroundView addSubview:image]; // place created image to background
    
    UILabel* textLabel = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 0, 0)]; // create frame you want with similar way as image
    textLabel.backgroundColor = UIColor.clearColor;
    [backgroundView addSubview:textLabel];
    [self.view addSubview:backgroundView]; // add created backgroundView to your UIViewController's background
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm studying O.S, just wondering about who create page table for process, I guess
I'm studying servlets and I'm trying to create a small program to get the
I'm using SharpDevelop to create a WinForm-based C# application. After studying my target audience,
I wrote a process explorer using C with GUI interface. I want to add
I'm studying about the new Process Manager that came automatically with MPICH2, but until
I have been studying the process of the file uploading via http. My question
I'm studying Erlang's process model at the moment. I have hit a snag in
I'm studying computer systems and I've made this very simple function which uses fork()
I am studying in the area of image and video processing - specifically in
Currently studying bitwise arithmetic. It's really easy, because I have some CS background. But

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.