y0n3l / LGViewHUD

A HUD that mimics the iOS one.
32 stars 12 forks source link

longer text ? #1

Open ik2wxx opened 12 years ago

ik2wxx commented 12 years ago

How can I put a longer text in hud labels and show it correctly ?

y0n3l commented 12 years ago

Just get a reference to the topLabel and / or the bottomLabel properties from your HUD and adjust its properties (number of lines, font etc etc). This should enable you to do whatever your want with the labels.