facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.8k stars 3.56k forks source link

Strange code in FBDialog #340

Closed CharlieReece closed 10 years ago

CharlieReece commented 13 years ago

[_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?

hhazen commented 13 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!

jamesgpearce commented 10 years ago

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.