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:

  1. create group
  2. 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
  3. add label group
  4. 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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -