Trung Nguyen
Results
2
issues of
Trung Nguyen
i'm take a image and push to preview view when i back to camera view, image captured is visible 1s
Hacktoberfest
here is my code: OHParagraphStyle\* paragraphStyle = [OHParagraphStyle defaultParagraphStyle]; paragraphStyle.lineSpacing = 0; paragraphStyle.textAlignment=kCTJustifiedTextAlignment; [attributedString setParagraphStyle:paragraphStyle range:NSMakeRange(0, attributedString.length)]; cell.bodyOHAttributedLabel.attributedText = attributedString;