-1
我的應用程序使用MBProgressHUD 0.9.1與pod。提交應用程序後,我收到了來自蘋果的電子郵件,說我的應用程序使用私人API「setLabelText」。我做了一些搜索,並找到MBProgressHUD引用了setLableText。但我無法在源代碼中找到參考。任何建議通過蘋果的審查?MBProgressHUD使用私人api setLabelText
以下是在生成/產品/調試-的iPhoneOS上生成納米的結果/莢/ MBProgressHUD.framework:
納米MBProgressHUD | grep的setLabelText 0000bed0噸 - [MBProgressHUD setLabelText:] 000000000000b6e0噸 - [MBProgressHUD setLabelText:]
這是一個二傳手,因此屬性名爲'labelText' [104線(https://github.com/jdg/MBProgressHUD/blob/master/MBProgressHUD.m) – Aladin
您可以[檢查此](http://stackoverflow.com/questions/12575477/the-same-situation-second-time-be-rejected-because-of-used-mbprogresshud) – Aladin
我已成功提交應用程序與MBProgressHUD – Azat