ios - WatchKit group: with image and label, image gets 2 of 4 corners rounded -


i'm trying lay out view in watchkit image , label side side.

i create group horizontal orientation, , add image left justification , label right justification.

i 2 different problems here:

(1) image square, edge of image against edge of group gets rounded off. have 2 rounded corners , 2 square corners, looks bad. i'd prefer 4 rounded corners -- need consistent.

(2) label text long , needs wrapped. in interface builder set lines 2, , in ib wraps properly. when run it, view in simulator doesn't wrap, , instead truncated.

screenshot

do have corner radius set on containing group? if clip corners of image.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -