hipwelljo

Results 28 issues of hipwelljo

First of all, this is awesome! Thank you for creating this and making it available to us. I would really like to see this written in Swift to integrate into...

Would love to have a Swift 3 version to integrate into my pure Swift app. 🏎

A couple documentation issues in RATreeView.h: Parameter 'treeNodeInfo' not found in the function declaration - (NSInteger)treeView:(RATreeView *)treeView numberOfChildrenOfItem:(nullable id)item; Parameter 'treeNodeInfo' not found in the function declaration - (void)treeView:(RATreeView *)treeView...

This update makes the color picker accessible to visually impaired users. When using VoiceOver you can now interact directly with the color wheel and brightness view, and upon highlighting the...

When displayed on a black background it's impossible to see the wheel, black end of the brightness view, and selected color view. Would be really nice to add properties to...

I'm dynamically setting the frame of the color picker based on the view controller's view size, to optimize for landscape vs portrait. Some frame sizes result in this funky graphical...

Could we allow users to select colors outside the sRGB range using Wide Color support for the P3 gamut? New iPads and iPhones could utilize that extra range.

For the fancy devices that support this, it provides subtle feedback so they can feel when it has snapped to the center.

For some reason, duration is always returned as 0 when playing a live video, but it works with regular on demand videos. With https://www.youtube.com/watch?v=BnloneYBBKc for example, the following code always...

Looks like there's an accepted solution here: https://stackoverflow.com/questions/56597221/detecting-screen-recording-settings-on-macos-catalina

help wanted