我正在尝试使用左侧带有图像和标题的UIlabel以及右侧带有项目符号的描述列表。为此,我使用NSAttributedString是这样的:NSMutableParagraphStyle*pStyle=[[NSMutableParagraphStylealloc]init];pStyle.tabStops=@[[[NSTextTaballoc]initWithTextAlignment:NSTextAlignmentLeftlocation:tabLocationoptions:[NSDictionarydictionary]]];NSMutableAttributedString*at