ios - Add Label on Top of Image in Apple Watch Storyboard -
so i'm trying make apple watch app. noticed elements on storyboard can positioned side side using group. ui want requires background image , label on top of it. how can ? possible in apple watch storyboard?
don't own art. found on internet similar want achieve
try this:
- create group
- set group's background in interface builder
- background image should displayed below label
- by background group, create "visual container". in example image containing coin rectangle on right
- add label group
- position , style label inside group according needs
you cannot achieve effect putting 2 views in same superview , position them correctly because there no such concept in watchkit. elements within group automatically arranged horizontally / vertically based on group settings on same z-axis level (there no "views depth").
Comments
Post a Comment