Place an UIButton in code


/ Published in: Objective C
Save to your folder(s)

Place an UIButton directly in code


Copy this code and paste it in your HTML
  1. [myButton setFrame:CGRectMake(80, 50, 88, 85)];
  2. //where
  3. //CGRectMake(<#CGFloat x#>, <#CGFloat y#>, <#CGFloat width#>, <#CGFloat height#>)]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.