typedef NS_OPTIONS(NSInteger, NSStringDrawingOptions) { NSStringDrawingUsesLineFragmentOrigin = << , // 整个文本将以每行组成的矩形为单位计算整个文本的尺寸 // The specified origin is the line fragment origin, not the base line origin NSStringDrawingUsesFontLeading = <<…
把表头和数据联系起来:scope,id,headers属性就我用到现在,很多表格要比上面提供的例子复杂的多.让例子复杂一点,我会移去"Company"表头,并且把第一列的数据移到表头单元格里: <table summary="The number of employees and the foundation year of some imaginary companies."> <caption>Table 1: Company data&…