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?
< 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
Post a Comment