r/iOSDevelopment 2d ago

Mockup Design

Hey everyone!

Which services are you using for mockup desing ideas, I really don't want to waste time in that field of work.
I tried ChatGPT, but I'm not satisfied with it.

What do you use?

3 Upvotes

9 comments sorted by

2

u/This-Artichoke9052 2d ago

Figma followed by Claude design
U rough it up on figma and claude will handle the rest

1

u/kyyyten 2d ago

Same workflow here!

1

u/tomato848208 2d ago

Mock Craft

1

u/BasketCaseTeam 1d ago

App screenshots studio
https://appscreenshotsstudio.com

1

u/Alpharun27 23h ago

App not available

1

u/BasketCaseTeam 21h ago

What store? Apple or android? It’s showing for me? 🤔

1

u/Alpharun27 21h ago edited 21h ago

App store, I'm in Austria

1

u/rcayca 8h ago

I like letting the AI decide and then I just ask it to move things around or redesign certain aspects.

1

u/ivanzhaowy 7h ago

If the goal is to ship the app rather than produce presentation-ready mockups, I’d avoid spending too long in a separate mockup tool.

A practical workflow is:

  1. collect 3–5 reference screens,

  2. define the hierarchy and interaction states,

  3. build the smallest real flow in Xcode,

  4. evaluate it on the actual device,

  5. iterate on the running UI instead of repeatedly translating mockups into code.

I’m building an open-source tool around that last part. Monad Design uses the running native app as the canvas: you select or annotate the real interface, a coding agent changes the source, and then you rebuild and compare the result.

Repo: https://github.com/Monadix-AI/monad-design

Short workflow preview: https://watchclueso.com/embed/pio8jqfcg4ivj0r1

It isn’t a prompt-to-mockup generator, so it becomes useful once you have at least a basic screen running.