James01010101 / Comic_Tracker

IOS Swift app for tracking my comics
0 stars 0 forks source link

Save new comic menu nav title slight visual bug #9

Closed James01010101 closed 3 months ago

James01010101 commented 3 months ago

When. going from main view to new comic view the addition of the back button seems to push the nav title down too far over the top of my actual form content. Mkving the nav bar setting into the nav view did slightly change things but now enough to fix the bug. Need to decrease the padding/spacing the back button gets to it doesnt squash the title down into the content

James01010101 commented 3 months ago

Fixed this by making the main ContentView inline, the add comic view seems to inherit this from the previous view and this fixed the problem. Does slightly change the styling though but it fixes the bug and the styling can be modified later