Anyone have idea how make button on Xcode like on picture(Right side on image)? I want put icon image and title on view container for better alignment like on left side image. But I dont know how get @IBAction property, if it's not be a button.
Image size of my button should be 44x44(green rectangle).
Label(system, 14 pt) should be on frame with size 66x20(if text greater, text should be truncated).
I've tried add to storyboard button and then set background image, title and adjust insets on Size Inspector. Nothing succeeded.
Thanks for help.