I want to split my dynamic UILabel text like given below e.g
UILabel text -
Aptitude tests English skills relevant to your requirements. It enables an organisation / institution to assess all four English skills – reading, writing, listening and speaking together with the core mandatory component (grammar and vocabulary) or test just one skill, e.g. reading.
to split into array of string with every line break even with every dimension of screen size whether iphone or ipad .
The result i want is array of strings -
["Aptitude tests English skills relevant to your requirements. It enables an organisation / institution","to assess all four English skills – reading, writing, listening and speaking together with the core ","mandatory component (grammar and vocabulary) or test just one skill, e.g. reading."]
With every line break in UILabel i need to split the string regardless to the dynamic screen size