문제

Could someone please tell me what is Tabs when we do a po on an mutable attributed string ?

Screenshot

도움이 되었습니까?

해결책

If you look at the log you see that the tabs are related to NSParagraphStyle which has a tabStops property.

The NSTextTab objects, sorted by location, that define the tab stops for the paragraph style.

다른 팁

They are the tab stops set in the string's associated paragraph style. See NSParagraphStyle.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top