Adding a UIBarButton in the bottom right hand side of the screen

Joshua Sorial

I would like to make my add button be in the bottom right hand side of my the screen but when ever I add a UIBarButton it goes to the left and I can't move it to where I want. Also because I have a tableView I can't add a normal button because it just becomes a part of the table view. I attached a photo of my main.storyBoard below.

Main.StoryBoard

Essentially, I just want to move the add button from the left to the right.

particleman

Assuming the lower bar is a UIToolbar...

Adding a Flexible Space Bar Button Item to the left of your UIBarButtonItem should push the item to the right end, assuming there are no other items.

The Flexible Space Bar Button Item is at the bottom of the Object library:

Flexible Space Bar Button Item

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to add Div at the page bottom right hand side

From Dev

gnuplot - adding label for the median to the right-hand side of the diagram

From Dev

Ubuntu 18.04 has purple border on the bottom, and right side of the screen, sometimes

From Dev

Sympy right hand side of inequality

From Dev

Adding divs on the right side

From Dev

Erlang: no match of right hand side value

From Dev

Is 'or' used on the right-hand-side of an assignment pythonic?

From Dev

Get right-hand side of equation

From Dev

Get the right hand side variables of an R formula

From Dev

Errlang: no match of right hand side value

From Dev

will right hand side of an expression always evaluated first

From Dev

Should null be checked on the left or right hand side

From Dev

Is 'or' used on the right-hand-side of an assignment pythonic?

From Dev

Erlang: no match of right hand side value

From Dev

Right hand side position of substring MySQL

From Dev

Get right-hand side of equation

From Dev

Use "at variable" ($@) on the right hand side of a rule in makefile

From Dev

Bootstrap Navbar causing spacing on the right hand side

From Dev

Enclose right hand side of expression in Swift language

From Dev

How to ignore the width of images on the right side on small screen so that no scrollbar at the bottom shows up?

From Dev

H1 not centring horizontally when span used within the H1 (just adding to right hand side)

From Dev

Android views of the right side of the screen

From Dev

Adding dots to bottom of UIPageViewController screen

From Dev

BCE0051: Operator '<' cannot be used with a left hand side of type 'Object' and a right hand side of type 'float'

From Dev

How to position a button to the bottom right side of an image?

From Dev

WPF RenderTargetBitmap black bars on right side and bottom

From Dev

How to handle operator == overload when the right hand side is of type Object

From Dev

Different slicing behaviors on left/right hand side of assignment operator

From Dev

Why Diamond operator was not missed from Right hand side in Java 7?

Related Related

  1. 1

    How to add Div at the page bottom right hand side

  2. 2

    gnuplot - adding label for the median to the right-hand side of the diagram

  3. 3

    Ubuntu 18.04 has purple border on the bottom, and right side of the screen, sometimes

  4. 4

    Sympy right hand side of inequality

  5. 5

    Adding divs on the right side

  6. 6

    Erlang: no match of right hand side value

  7. 7

    Is 'or' used on the right-hand-side of an assignment pythonic?

  8. 8

    Get right-hand side of equation

  9. 9

    Get the right hand side variables of an R formula

  10. 10

    Errlang: no match of right hand side value

  11. 11

    will right hand side of an expression always evaluated first

  12. 12

    Should null be checked on the left or right hand side

  13. 13

    Is 'or' used on the right-hand-side of an assignment pythonic?

  14. 14

    Erlang: no match of right hand side value

  15. 15

    Right hand side position of substring MySQL

  16. 16

    Get right-hand side of equation

  17. 17

    Use "at variable" ($@) on the right hand side of a rule in makefile

  18. 18

    Bootstrap Navbar causing spacing on the right hand side

  19. 19

    Enclose right hand side of expression in Swift language

  20. 20

    How to ignore the width of images on the right side on small screen so that no scrollbar at the bottom shows up?

  21. 21

    H1 not centring horizontally when span used within the H1 (just adding to right hand side)

  22. 22

    Android views of the right side of the screen

  23. 23

    Adding dots to bottom of UIPageViewController screen

  24. 24

    BCE0051: Operator '<' cannot be used with a left hand side of type 'Object' and a right hand side of type 'float'

  25. 25

    How to position a button to the bottom right side of an image?

  26. 26

    WPF RenderTargetBitmap black bars on right side and bottom

  27. 27

    How to handle operator == overload when the right hand side is of type Object

  28. 28

    Different slicing behaviors on left/right hand side of assignment operator

  29. 29

    Why Diamond operator was not missed from Right hand side in Java 7?

HotTag

Archive