UIView
|
We can hide or unhide this element
|
UICollectionViewCell
|
Might lead to some inconsistent results, better to target UIView instead.
|
UIButton
|
We can hide/unhide this element, change the position (move the button around) and change the colour. We can also swap out the UIButton with an image. You’ll need to be cognizant of different device sizes and provide 1x, 2x and 3x assets
|
UILabel
|
We can hide/unhide this element. We can also swap out the text/copy.
|
UIImageView
|
We can hide/unhide this element, as well as swap out images. You’ll need to be cognizant of different device sizes and provide 1x, 2x and 3x assets
|
UITableViewCell
|
Can hide/unhide cells in TableView.
|
While not every app is built the same, the above elements are what we’ve tested and supported including its subclasses. While this is not an exhaustive list, it’s meant to be a guideline on what to look out for and what’s generally an editable element in your iOS app.
Some use case we’ve seen clients use for experiments are:
- hotfixes for errors in copy
- swapping out images to see if they can help with certain desired behaviours (more attention to CTAs) or to convey more meaning to images on a screen
- creating variations of the copy on pricing page experiments
- creating variations of the copy on onboarding page experiments
- swapping out icons to see what iconography generates more engagement
- hiding elements to see if less chance there’s a measurable impact on conversions (pricing options, hiding Twitter, Google, Email, or Facebook options)
Comments
0 comments
Please sign in to leave a comment.