Chnage Y Of Fram Of View Ios Swift

[Solved] Chnage Y Of Fram Of View Ios Swift | Swift - Code Explorer | yomemimo.com
Question : chnage y of fram of view ios swift

Answered by : proud-pig-wcz6y4u5mmr4

#define CGRectSetPos( r, x, y ) CGRectMake( x, y, r.size.width, r.size.height )
aView.frame = CGRectSetPos( aView.frame, 100, 200 );

Source : https://stackoverflow.com/questions/5161096/simple-way-to-change-the-position-of-uiview | Last Update : Thu, 24 Feb 22

Answers related to chnage y of fram of view ios swift

Code Explorer Popular Question For Swift