Problème centrage image
Hello,
Un p'tit problème sur lequel je sèche.
Quand j'affiche une image en fullscreen elle est bien centré mais dès que je fais défiler pour aller à la suivante elle se retrouve systématiquement collé à gauche de l'écran...
quand je passe en plein écran https://github.com/Old-Geek/Librairie/blob/master/BD/PageView.m#L155
quand je change de page https://github.com/Old-Geek/Librairie/blob/master/BD/PageView.m#L215
bazar auxiliaire https://github.com/Old-Geek/Librairie/blob/master/BD/ViewController.m#L74
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Si tu utilisais Autolayout constraints dans un Storyboard ou XIB, tu éviterais tous de ce type de problèmes
https://coderwall.com/p/eda1tw/observing-nsview-bounds
NSWindow *mainWindow;
[_mainWindow setFrameOrigin:NSMakePoint(center.x, 0)];
Je suis paumé avec l'interface click click