addressing issue where cell resizes but accessory does not follow.
This commit is contained in:
parent
cfd6cb1358
commit
2d84b89af9
@ -96,8 +96,8 @@ import UIKit
|
|||||||
super.layoutSubviews()
|
super.layoutSubviews()
|
||||||
|
|
||||||
// Ensures accessory view aligns to the center y derived from the
|
// Ensures accessory view aligns to the center y derived from the
|
||||||
if let center = heroAccessoryCenter {
|
if let _ = heroAccessoryCenter {
|
||||||
accessoryView?.center.y = center.y
|
alignAccessoryToHero()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user