objective c - Setting a Label to a Preset Point -


I would like to create some preset points for my label in Xcode 5. To set the status of the label, you can select Label.center = CGPointMake (Exports, Y Point); .

How do I create a Preset Point, so there is no need to type CPExax and Coordinate / Variables.

Is there a way, just type: Label.center = A-Variable-That-Store-X-And-Y ?

Use something like this:

  CGPET label center = CP point make (exponent, y point); Label.center = labelcenter;  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -