你好,歡迎來到IOS教程網

 Ios教程網 >> IOS使用技巧 >> IOS技巧綜合 >> Assertion failure in UITableViewCell layoutSublayersOfLayer解決辦法

Assertion failure in UITableViewCell layoutSublayersOfLayer解決辦法

編輯:IOS技巧綜合
[摘要]本文是對Assertion failure in UITableViewCell layoutSublayersOfLayer解決辦法的講解,對學習IOS蘋果軟件開發有所幫助,與大家分享。

iOS6 設備在更新UITableViewCell的時候遇到了

Assertion failure in -[UITableViewCell layoutSublayersOfLayer:], /SourceCache/UIKit/UIKit-2380.17/UIView.m:5776

的問題,

解決方法是,把UITableViewCell裡面的控件的添加方式由

[self addSubview:self.titleLabel];

改成

[self.contentView addSubview:self.titleLabel];

如果你不是在wb145230博客園看到本文,請點擊查看原文.

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved