/ Published in: Objective C
Place an UIButton directly in code
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[myButton setFrame:CGRectMake(80, 50, 88, 85)]; //where //CGRectMake(<#CGFloat x#>, <#CGFloat y#>, <#CGFloat width#>, <#CGFloat height#>)]