Closed CharlieReece closed 10 years ago
I'll be out of the office 6/23-6/29. Please contact Adam MacDonnell (amacdonnell@popcap.com) or Ty Roberts (troberts@popcap.com) if you need immedate assistance.
Otherwise, call my cell if you need me: 678-644-8313. Happy summer!
This issue was raised against a previous version of the Facebook SDK for iOS.
In 2012, the SDK had a significant rewrite and relaunch, and we are closing issues and pull requests that predate that v3.0 release.
If you are still experiencing this issue, please raise a new issue with repro steps in the supported SDK (currently v3.10). For more information, please see our iOS developer center at https://developers.facebook.com/docs/ios/
Many thanks for using the Facebook Platform, and your support of this project.
[_modalBackgroundView addSubview:self];
[window addSubview:_modalBackgroundView];
[window addSubview:self];
This code will remove "self" from _modalBackgroundView and add it to the window? Is there a special reason for this?