jeudi 29 septembre 2016

Swift programming design pattern

I'm building a small app and got two views. Now I'm wondering whether I should build it in two ViewControllers or just use an UIView as overlay.

I have to deal with homescreen quick actions for both views. One opens the camera screen (view 01) and the other the timeline (view 02).

Should I use a transparent viewcontroller over the currentcontext of view 01 or just a regular UIView?

View 01 looks like this:

View 01

View 02 looks like this:

View 02

Aucun commentaire:

Enregistrer un commentaire