Tag: design
-
Design Challenge
So, I’ve been working on translating the UI design created by the external designer into SwiftUI, and have done all of the easy bits: The rounded rectangles for things like the question display/number input are just ZStacks of roundedrects filled, then stroked: Something I have learned in the process is the .offset modifer. This is…
-
Color Picker (website)
I’ve started work on trying to recreate a UI provided by a designer, and in the process needed to identify some colours from a PNG image. I found this great website for this exact purpose. The site is ImageColorPicker. To use it, you “upload” your image (actually the image is not going anywhere – it’s…
-
Design Help
I think I mentioned when I’d completed the TimesTable app, that I was not happy with the design. It’s ugly, I don’t like the way the feedback about a wrong answer is shown at the same time as the next question, the number of questions setting would be rarely changed and looks uncomfortable where it…
-
Calculator
The app I’m working on currently (for multiplication tables practice) has a number type keypad and display a bit like a calculator – but for entering the answers. It’s been quite fun to think through all the little problems to make it work how you’d expect, so I was quite interested to watch an iOS…
-
App Idea
Here’s a rough plan for a “hello world” that’s simple enough to be achieved in the short term, but hopefully not too trivial to be accepted into the app store. This is sketched out on GoodNotes 5. I started with the Apple Notes app, but was frustrated by not being able to mix text and…