adnanbajwa
adnanbajwa
I had the same issue, found solution after initialization of RTlLabel with frame of height 100. RTLabel *yourLabel = [[RTLabel alloc] initWithFrame:CGRectMake(0,0,100,100)]; then assign text n get optimize height and...
I had the same issue, found solution after initialization of RTlLabel with frame of height 100. RTLabel *yourLabel = [[RTLabel alloc] initWithFrame:CGRectMake(0,0,100,100)]; then assign text n get optimize height and...
I had the same issue, found solution after initialization of RTlLabel with frame of height 100. RTLabel *yourLabel = [[RTLabel alloc] initWithFrame:CGRectMake(0,0,100,100)]; then assign text n get optimize height and...