I have had quite a bit of experience with this.<p>I'm primarily a native Apple application developer, but have done some backend stuff, as well. I have designed numerous Web sites, but I am not a particularly skilled Web designer.<p>I was, in the days of yore, an artist. I have also taken numerous design and usability courses, from the likes of NNG (Nielsen-Norman Group).<p>I'm a passable graphic designer, but don't pretend to be anywhere near "pro" level. I know enough to be dangerous (and use many of the tools).<p>I have designed a bunch of fancy widgets[0 - 4]. I actually use very few of them, because they are too intrusive.<p>I am in the "refining UX" stage of an iOS app that I've been developing for the last year and a half, or so. I'm working with designers and testers, to clean up the information architecture, interaction, usability, aesthetic design, and accessibility.<p>For me, the most valuable technique, has been rapid, high-quality prototyping. I have been abusing Apple's TestFlight[5] beta release system, and have been using it to make regular (usually, a couple a day) releases to the rest of the team, who are mostly non-tech people. I've made over 600 releases. The first release was made less than a month after first code submission.<p>The way I use it, is that I run what I call "constant beta." The app is <i>always</i> at "ship" Quality, even if incomplete. This means that the code people get, is fully operational, for the currently developed feature set, and they aren't using some kind of "lash-up" kludgy throwaway code. They are working with the actual code that will ship.<p>This has the advantage of constant vetting by Apple. They don't test TestFlight to the same level as the App Store, but they look for things like unsupported API usage, code signing issues, and obvious quality issues (like crashes). In at least one case, their testing found a crash that I missed.<p>Once the first release for a version has been vetted (takes a day or so), subsequent build releases, within that version, are approved almost immediately, so I get quick turnaround.<p>If the testers encounter crashes, I get a fairly useless report. If I use a Ouija board, I can often figure out the general part of the application affected.<p>With this workflow, we can have a <i>highly</i> iterative process, with aesthetics, usability, and general UX, being tested, almost from the start.<p>It also means that integration testing (the most important kind), starts almost immediately, and continues, throughout the development lifecycle.<p>It also means that I throw away a lot of good code. Most of those widgets I referenced were once in the app, and we decided not to use them, so I broke them into open-source packages, for reuse in future projects (I tend to eat my own dog food. I have a lot of packages in the app).<p>I'm pretty good at interpreting designs. I can accept Figma, Photoshop, Sketch, Illustrator, Napkin Sketch, or Hand-Wavy Verbal Description, and turn it into UX. I usually have something for the designers to try out, within minutes.<p>Most of the actual app assets are generated (and stored in the app) as vector PDF, via Illustrator, and I will often redesign raster art, into vector.<p>The designers and non-tech stakeholders seem to like it.<p>WFM. YMMV.<p>[0] <a href="https://github.com/RiftValleySoftware/RVS_Spinner" rel="nofollow">https://github.com/RiftValleySoftware/RVS_Spinner</a><p>[1] <a href="https://github.com/RiftValleySoftware/RVS_MaskButton" rel="nofollow">https://github.com/RiftValleySoftware/RVS_MaskButton</a><p>[2] <a href="https://github.com/RiftValleySoftware/RVS_Checkbox" rel="nofollow">https://github.com/RiftValleySoftware/RVS_Checkbox</a><p>[3] <a href="https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay" rel="nofollow">https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay</a><p>[4] <a href="https://github.com/RiftValleySoftware/RVS_AutofillTextField" rel="nofollow">https://github.com/RiftValleySoftware/RVS_AutofillTextField</a><p>[5] <a href="https://developer.apple.com/testflight/" rel="nofollow">https://developer.apple.com/testflight/</a>