Closed borwahs closed 5 years ago
Special case for iPhone SE:
@einsteinx2 // two things:
Also, @ricburton do you have an icon I can use for the Edit button?
Here you go @borwahs!
@ricburton /// could you provide a version without white background? Or, if it's in the Figma, I can pull it from there.
Sorry! Will Do shortly.
@einsteinx2 & @ricburton // this is ready for your review. Added the transparent icon.
Sweet will dive in first thing tomorrow.
@borwahs not sure why it's off, but I fixed the alignment with this:
shareButton.titleEdgeInsets = UIEdgeInsets(top: 0, left: 4, bottom: 0, right: 0)
You can use constraints on the button's image view but not the title view, have to use edge insets, but it gets the job done
Closes #118