Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removing the battery icon in xib file

How does one remove this annoying battery icon located at the top right of a xib file? I am using a xib for my UI layout of a particular tableView cell. I am doing some tight frame setting in the top right area and this battery image simply makes this difficult. Why should the battery be in my tableview cell that has no chance of occupying the statusbar frame anyway and how/can I remove this?

like image 379
Alex Bollbach Avatar asked Mar 30 '16 02:03

Alex Bollbach


1 Answers

In your xib file, show the right side section, and select 'Show the attributes inspector' tab, then under 'Simulated Metrics', set 'status Bar' to none.

like image 106
DrustZ Avatar answered Nov 14 '22 11:11

DrustZ