- (void)centerImageAndTitle:(float)spacing { // get the size of the elements here for readability CGSize imageSize = self.imageBtn.imageView.frame.size; CGSize titleSize = self.imageBtn.titleLabel.frame.size; // get the height they will take up as a…