/ Published in: Objective C
Place an UIButton directly in code
Expand |
Embed | Plain Text
[myButton setFrame:CGRectMake(80, 50, 88, 85)]; //where //CGRectMake(<#CGFloat x#>, <#CGFloat y#>, <#CGFloat width#>, <#CGFloat height#>)]
You need to login to post a comment.
