NSTextContainer——文本容器

NSTextContainer 类定义了一个文本排版的区域。一个 NSLayoutManager 使用 NSTextContainer 去决定 在哪里换行,布局部分文本。等其他的东西。一个 NSTextContainer 通常定义了一个矩形区域。但是,你也可以定义一个排除路径,在文本容器之内去创建区域,文本不能在这个区域流动。你也可以子类化去创建非矩形区域的文本容器,例如一个圆形区域,区域中有一个洞,或者是一个图形的区域。

概览

实例化 NSTextContainer, NSLayoutManager 和 NSTextStorage 的类,

@available(iOS 7.0, *)
open class NSTextContainer : NSObject, NSCoding, NSTextLayoutOrientationProvider {

    
    
    /**************************** 初始化 ****************************/
    @available(iOS 7.0, *)
   // 初始化的时候设置容器矩形区域
    public init(size: CGSize)

    public init(coder: NSCoder)

    
    
    // Accessor for the NSLayoutManager object owning the receiver.
    // 接收器存储的布局管理对象
    // Avoid assigning a layout manager directly through this property.  
    // 避免直接通过这个属性赋值一个布局管理者。
    // Adding a text container to a layout manager through -[NSLayoutManager addTextContainer:] will use the property for assigning the new layout manager.
    // 通过 -[NSLayoutManager addTextContainer:] 给布局管理者添加文本容器。
    /**************************** 布局 ****************************/
    // 获取布局管理对象
    unowned(unsafe) open var layoutManager: NSLayoutManager?

    
    // This method should be used instead of the primitive -setLayoutManager: if you need to replace a container's layoutManager with a new one leaving the rest of the web intact. 
    // 这个方法将要被用来替代 -setLayoutManager:  方法。
    // All the NSTextContainers on the old NSLayoutManager get transferred to the new one. 
    //  This method deals with all the work of making sure the containers don't get deallocated and removing the old layoutManager from the text storage and replacing it with the new one.
    @available(iOS 9.0, *)
    // 替换布局管理者
    open func replaceLayoutManager(_ newLayoutManager: NSLayoutManager)

    
    
    // Default value: CGSizeZero  Defines the maximum size for the layout area returned from -lineFragmentRectForProposedRect:writingDirection:remainingRect:.  0.0 and less means no limitation.
    /************************* 容器形状属性 *************************/
    @available(iOS 7.0, *)
    // 大小
    open var size: CGSize

    
    // Default value : empty array  An array of UIBezierPath representing the exclusion paths inside the receiver's bounding rect.
    @available(iOS 7.0, *)
    // 排除路径
    open var exclusionPaths: [UIBezierPath]

    
    // Default value: NSLineBreakByWordWrapping  The line break mode defines the behavior of the last line inside the text container.
    @available(iOS 7.0, *)
    // 换行模式
    open var lineBreakMode: NSLineBreakMode

    
    
    // Default value: 5.0  The layout padding at the beginning and end of the line fragment rects insetting the layout width available for the contents.  
    // This value is utilized by NSLayoutManager for determining the layout width.
    /************************* 布局约束属性 *************************/
    open var lineFragmentPadding: CGFloat

    
    // Default value: 0 (no limit)  The maximum number of lines that can be stored in the receiver.  This value is utilized by NSLayoutManager for determining the maximum number of lines associated with the text container.
    @available(iOS 7.0, *)
    open var maximumNumberOfLines: Int

    
    
    // Returns the bounds of a line fragment rect inside the receiver for proposedRect.  
    // This is the intersection of proposedRect and the receiver's bounding rect defined by -size property.  
    // The regions defined by -exclusionPaths property are excluded from the return value.  
    // charIndex is the character location inside the text storage for the line fragment being processed.  
    // It is possible that proposedRect can be divided into multiple line fragments due to exclusion paths.  
    // In that case, remainingRect returns the remainder that can be passed in as the proposed rect for the next iteration.  
    // baseWritingDirection determines the direction of advancement for line fragments inside a visual horizontal line.  
    // The values passed into the method are either NSWritingDirectionLeftToRight or NSWritingDirectionRightToLeft.  
    // This method can be overridden by subclasses for further text container region customization.
    /**************************** Line fragments (行分段)****************************/
    @available(iOS 7.0, *)
    open func lineFragmentRect(forProposedRect proposedRect: CGRect, at characterIndex: Int, writingDirection baseWritingDirection: NSWritingDirection, remaining remainingRect: UnsafeMutablePointer<CGRect>?) -> CGRect

    
    // Returns YES if the receiver is a rectangular shape defined simply by -size. 
    // TextKit utilizes this information for enabling various layout optimizations. 
    // NSLayoutManager disables non-contiguous layout when this property is NO. 
    // The default implementation returns NO when -exclusionPaths has 1 or more items, -maximumNumberOfLines is not 0, or -lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect: is overridden. 
    // It's recommended to override this property when -lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect: is overridden.
    @available(iOS 9.0, *)
    open var isSimpleRectangularTextContainer: Bool { get }

    
    
    // Default value: NO  Define whether the text container view bounds changes can affect the text container size.
    /**************************** View synchronization ****************************/
    open var widthTracksTextView: Bool

    open var heightTracksTextView: Bool
}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,053评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,527评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,779评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,685评论 1 276
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,699评论 5 366
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,609评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,989评论 3 396
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,654评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,890评论 1 298
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,634评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,716评论 1 330
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,394评论 4 319
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,976评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,950评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,191评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 44,849评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,458评论 2 342

推荐阅读更多精彩内容