GoldenJoe

Results 18 issues of GoldenJoe

The media control gestures are incredibly useful, but a little dangerous. It only takes a very fine movement to take volume from 0 to 100, and you can easily trigger...

bug

I would expect this to return the appropriate constraints. ``` myView.Height == theirView.Height myView.Width == theirView.Width let h = myView.heightConstraint // nil let w = myView.widthConstraint // nil ```

``` form +++ Section("Employees")

I'd like to make a multivalue section with rows that allow the user to enter three values, similar to the "3 Component Picker" in the "Rows" example, but also have...

custom row

Just a suggestion - it would be helpful to have a wiki page on styling cells in various ways, or some common layouts developers typically try to achieve.

Suppose we have an enum as follows: ``` enum MyEnum { case aaa case bbb case ccc(Int) } ``` How could this be represented? I'm trying to find a way...

**Describe the bug** The FPS indicator seems to be wrong - it's saying 60FPS but it looks like something closer to 15. The sounds is also choppy and pops even...

bug

It would be very convenient to be able to layout UILabels and such using the capheight and baseline rather than manually adding them to the constraint's constant. Alternatively, how can...

It would be useful to include images for members of the Executive and Judicial branches, at minimum the President, Vice President, and Supreme Court justices. Since they do not usually...

It would be convenient if there was something like `file.parseWorksheet(filepath: "xmlfile.xml", name: "myworksheet")`

enhancement