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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:33:37+00:00 2026-06-16T00:33:37+00:00

I want to add a button or custom view on the status bar in

  • 0

I want to add a button or custom view on the status bar in the iPhone,

If apple not allow to customize the status bar than is it possible to add any button or view over the status bar…

Is there any one have idea about this please share with me.

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-16T00:33:38+00:00Added an answer on June 16, 2026 at 12:33 am

    Yo can get static library mimicing Reeders status bar overlay, you can find it here

    MTStatusBarOverlay

    Or Just create a simple subclass of UIWindow with the following override of initWithFrame:

    @interface ACStatusBarOverlayWindow : UIWindow {
    }
    @end
    
    @implementation ACStatusBarOverlayWindow
    - (id)initWithFrame:(CGRect)frame {
        if ((self = [super initWithFrame:frame])) {
            // Place the window on the correct level and position
            self.windowLevel = UIWindowLevelStatusBar+1.0f;
            self.frame = [[UIApplication sharedApplication] statusBarFrame];
    
            // Create an image view with an image to make it look like a status bar.
            UIImageView *backgroundImageView = [[UIImageView alloc] initWithFrame:self.frame];
            backgroundImageView.image = [[UIImage imageNamed:@"statusBarBackgroundGrey.png"] stretchableImageWithLeftCapWidth:2.0f topCapHeight:0.0f];
            [self addSubview:backgroundImageView];
            [backgroundImageView release];
    
            // TODO: Insert subviews (labels, imageViews, etc...)
        }
        return self;
    }
    @end
    

    For More Information see this Link…

    adding-view-on-statusbar-in-iphone

    i hope this help you…

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

Sidebar

Related Questions

I made my custom view and I want to add view.button, so I made
I want to add/show a button/custom view next to default back button. So it
I want to add a button to JTabbedPane's title bar (similar to the 'open
I want to add a custom view to a group view with a BaseExpandableListAdapter
I've set up a Button and add it to a view. I want to
I want to add a custom property to a button in window form. Currently
Hello friends, I want to add a custom button on my searching string like
I have very custom TableView like Add Contact View in iPhone's Contacts. I like
I am using C#.net I want to add custom edit/delete buttons to my GridView1
I'm making my own minor mode for emacs. Now I want to add button

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.