SL
#import <Flutter/Flutter.h>
Size: a a a
SL
#import <Flutter/Flutter.h>
SL
А
А
А
textView.textContainer.exclusionPaths = [UIBezierPath(rect: stackView.frame)]
А
DK
textView.textContainer.exclusionPaths = [UIBezierPath(rect: stackView.frame)]
А
UITableViewCell
в методе awakeFromNib
DK
DK
А
DK
DK
А
DK
А
override func layoutSubviews() {
super.layoutSubviews()
_ = DispatchOnce
}
private lazy var DispatchOnce: Void = {
textView.textContainer.exclusionPaths = [UIBezierPath(rect: stackView.frame)]
}()
А
layoutSubviews
вызовится еще раз, то все ок)А
override func layoutSubviews() {
super.layoutSubviews()
_ = DispatchOnce
}
private lazy var DispatchOnce: Void = {
textView.textContainer.exclusionPaths = [UIBezierPath(rect: stackView.frame)]
}()
DK
override func layoutSubviews() {
super.layoutSubviews()
_ = DispatchOnce
}
private lazy var DispatchOnce: Void = {
textView.textContainer.exclusionPaths = [UIBezierPath(rect: stackView.frame)]
}()
А