ZainabA
ZainabA
I need to get hight before display the view, I have try to take numLines \* singleLineHeight from - (void)generateCachedPages method but that doesn't work could you please show me...
thank you it works but unfortunately as you said is not accurate
same thing still not accurate height specially in long text also I faced same problem mentioned above some words at the end of the line are clipped or the last...
my font is (UthmanicHafs1 Ver09.otf ) I define the label like this SSLabel *label = nil; label = [[SSLabel alloc] initWithFrame:CGRectMake(0,0, CELL_CONTENT_WIDTH, 0)]; label.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleBottomMargin; label.font =...
thats right the space fixed the missed char thanks :) about CELL_CONTENT_WIDTH how may be incorrect? I try change the value but same thing I read the return value from(...
I followed previous steps to use the library in my project but it gives *Use of undeclared identifier 'SF_BRIDGE' error could you please help me to fix it by the...
thanks that fix it but that make my app crash with error in run xcode exc bad access I am new to Xcode could you help me
I fixed the error thank you very much Zainab