Search code examples
swiftwatchkit

Set WKInterfaceGroup height less than 2 points


I cannot change height of WKInterfaceGroup less than 2 points. Interface builder just replace a number (1 in my case) with 2

enter image description here


Solution

  • I just call setHeight(1) on a target object.