Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem mit dem Bewegen von Accessoires #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cotchere
Copy link

@cotchere cotchere commented May 15, 2016

Die App funktioniert soweit ganz gut. Ich hab nur das Problem, dass wenn ich ein Accessoire auswähle, ich es dann nicht auf dem Bild verschieben kann. Hab ich etwas vergessen zu implementieren ?

Ich kann die Accessoires auf meinem Bild nicht bewegen
@nilsvu
Copy link
Member

nilsvu commented May 15, 2016

Hi Colin, das Problem ist die View Hierarchie im Storyboard, du hast eine UIImageView die sowohl das Foto anzeigt als auch die AccessoryViews. Eine UIImageView nimmt aber per default keine Benutzereingaben an, deshalb wird nichts and die AccessoryViews weitergegeben. Erstelle einfach eine zweite UIView darüber und verbinde sie mit dem accessoryOverlayView Outlet.

Benutz' außerdem Auto Layout Constraints um die beiden Views an den Rand der Content View zu "kleben", dann wird das Foto auch bildschirmfüllend angezeigt. Ggfs. noch den Content Mode der photoImageView auf Aspect Fit setzen.

Außerdem brauchst du im AccessoryListViewController keine extra NavigationBar, die stellt der UINavigationController schon zur Verfügung. Setz' den Titel einfach im Navigation Item.

@cotchere
Copy link
Author

hat geklappt danke ! 👍

@nilsvu
Copy link
Member

nilsvu commented Jun 5, 2016

Funktioniert 👍 Das Bild wird verzerrt angezeigt, da musst du noch Auto Layout Constraints benutzen.

Auto Layout Constraints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants