flowkey/UIKit-cross-platform

Fix UIButton Label positioning after setting attributed title

cshg opened this issue · 1 comments

cshg commented

Currently breaks for LearnModeButton when update function is called again, because sizeToFit is called on LearnModeButton on update but getFrame to adjust to Header height is not called anymore

-> second getFrame call in Header is missing when sizeToFit on LearnModeButton is called

@cshg I think this was fixed in #84, no? Closing for now