techteej
Sep 21, 2014 - 15:55
Whatever I set my frame size to, the button size stays exactly the same. Also can't tell if the action is working or not.
Whatever I set my frame size to, the button size stays exactly the same. Also can't tell if the action is working or not.
Add the the following after line 430.
button.frame=(10, self.size.h - 272, 400, 400)
Pretty sure root_view is not in scope inside that function.... Hence trying to add a subview that way seems problematic?
@JonB Just was a test function.
@ccc or @JonB Is there any way to stick this to the bottom right corner?
button.flex = 'TR'
The button isn't on bottom-left but docs say...
“TR” – the view is anchored to the bottom-left corner of its superview (the top margin and right margin are flexible)