You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chapter2 Attaching Multiple Dynamic Items to Each Other
self.attachmentBehavior = [[UIAttachmentBehavior alloc]
initWithItem:self.squareView
point:self.squareViewAnchorView.center
attachedToAnchor:self.anchorView.center];
No visible @interface for 'UIAttachmentBehavior' declares the selector 'initWithItem:point:attachedToAnchor:'
The text was updated successfully, but these errors were encountered:
In Chapter2 Attaching Multiple Dynamic Items to Each Other
self.attachmentBehavior = [[UIAttachmentBehavior alloc]
initWithItem:self.squareView
point:self.squareViewAnchorView.center
attachedToAnchor:self.anchorView.center];
No visible @interface for 'UIAttachmentBehavior' declares the selector 'initWithItem:point:attachedToAnchor:'
The text was updated successfully, but these errors were encountered: