Author Topic: Get count lines in UILabel ?  (Read 1961 times)

PoN

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 4
  • Posts: 111
    • View Profile
Get count lines in UILabel ?
« on: May 04, 2015, 12:40:28 AM »
 Hello,

How to get count lines of UILabel text ?

Thanks.
Worked on Doc&DogAge Of Fury 3D. Actually working on WarMach.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Get count lines in UILabel ?
« Reply #1 on: May 05, 2015, 10:04:21 PM »
label.text.Count('\n')?