I have a UIButton with text \"Explore the app\" and UIImage (>) In Interface Builder it looks like:
UIButton
UIImage
Interface Builder
[ (>) Explore t
What about subclassing UIButton and overriding layoutSubviews?
layoutSubviews
Then post-processing the locations of self.imageView & self.titleLabel
self.imageView
self.titleLabel