1

我正在尝试在我的 iOS 应用中显示 box.com 的可用空间。但是我使用哪个功能登录用户?任何想法。

-(void)restClient:(DBRESTClient *)client loadedAccountInfo:(DBAccountInfo *)info {

双倍空间cConsumed=info.quota.totalBytes;

双总空间=info.quota.totalConsumedBytes;

双 freeSpace = (spacecConsumed - totalSpace) ;

appDelegate.dropBoxSize =[NSString stringWithFormat:@"%@ free of %@", [self transformationValue:freeSpace],[self transformationValue:spacecConsumed]];

CopyScreen *copyScreen =[[CopyScreen alloc] init]; copyScreen.leftViewC = [[[self.splitViewController.viewControllers firstObject] viewControllers] firstObject]; [copyScreen.leftViewC.leftTable reloadData]; }

这是用于保管箱的。我需要同样申请具有自己功能的box.com。怎么做?

可用空间 :

整体空间 :

4

0 回答 0