1
MAAttachedWindowのビューをウィンドウでスワップするにはどうすればよいですか?MAAttachedWindowのビューを交換する方法
defaultViewController = [DefaultViewController alloc] initWithNibName:@"DefaultView" bundle:nil];
attachedWindow = [[MAAttachedWindow alloc] initWithView:[defaultViewController view]
attachedToPoint:point
inWindow:nil
onSide:MAPositionBottom
atDistance:25.0];
AnotherViewControllerのビューではどうやって入れ替えることができますか?