uibutton - Hiding button leaves whitespace instead of dropping down top button in ios -


I am hiding another button below, but I want to drop down the top button. Is there a way to do this where it has a relative layout?

Enter image details here

< Div class = "post-text" itemprop = "text">

You can do this. I had to do one of my projects if you are using autolayt then you can not manually change your button frame. You can either disable AutoLout, or modify the program restrictively. I follow the first one.

If you want the first button to take the position of the second button (which you are hiding) then take the frame of the second button and assign it to the first button.

Hope it helps. :)

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -