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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:06:30+00:00 2026-06-11T16:06:30+00:00

Please any one can give an idea for an image adding repeatedly in X

  • 0

Please any one can give an idea for an image adding repeatedly in X axis.
Thanks in advance

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

    hi here is the code to add image to the UIToolBar by category….

    .h file :

    #import <UIKit/UIKit.h>
    
    @interface UIToolbar (AddtitionalFuntionality)
    
    +(void)setToolbarBack:(NSString*)bgFilename toolbar:(UIToolbar*)toolbar;
    
    @end
    

    .m file:

    #import "UIToolbar+AddtitionalFuntionality.h"
    
    @implementation UIToolbar (AddtitionalFuntionality)
    
    +(void)setToolbarBack:(NSString*)bgFilename toolbar:(UIToolbar*)bottombar {  
        // Add Custom Toolbar
        UIImageView *iv = [[UIImageView alloc] initWithImage:[UIImage imageNamed:bgFilename]];
        iv.frame = CGRectMake(0, 0, bottombar.frame.size.width, bottombar.frame.size.height);
        iv.autoresizingMask = UIViewAutoresizingFlexibleWidth;
        // Add the tab bar controller's view to the window and display.
        if([[[UIDevice currentDevice] systemVersion] intValue] >= 5)
            [bottombar insertSubview:iv atIndex:1]; // iOS5 atIndex:1
        else
            [bottombar insertSubview:iv atIndex:0]; // iOS4 atIndex:0
        bottombar.backgroundColor = [UIColor clearColor];
    }
    
    @end
    

    The call statement will be….

    [UIToolbar setToolbarBack:@"tool-bar.png" toolbar:toolBarTop]; 
    

    the source code of the category Here

    link to blog: Site

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

Sidebar

Related Questions

It does not matter what programming language. Can anyone please give me an idea
Can any one please tell me how to set notifications for different values at
Can any one please help me how to go to another activity in android
Can any one please tell me the difference between target and currenttarget in flex?
can any one please tell me how to get the Google places api key
Can any one please help me solve this. I am resizing some flash object/embed
1)Can Any one please tell me what are the prerequisites have been installed on
Any one please tell me how can i get an event after completion of
Could anyone please give me any idea as to where to start my coding
I want to know about unmanaged resources. Can anyone please give me a basic

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.