2011-04-18 102 views

回答

0

您應該看看FBLoginDialog並覆蓋show以根據自己的喜好調整視圖/框架的大小。

1

在FBDialog.m從0.6刻度值更改爲1.0這樣的:

if (FBIsDeviceIPad()) { // On the iPad the dialog's dimensions should only be 60% of the screen's scale_factor = 1.0f; }