Comparing two CGSize variables


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



Copy this code and paste it in your HTML
  1. CGSize var1={0.0,0.0};
  2. CGSize var2={1.1,1.1};
  3.  
  4. BOOL flag=CGSizeEqualToSize(var1,var2);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.