0
我有一個應用程序使用iphone4的新功能(MFMessageComposeViewController)。因爲iphone3中不存在這個類,所以我必須使用一種解決方法(舊代碼)來執行此操作。iPhone應用程序兼容性問題
if ([self isVersion4]){ use new code } else { use old code }
我在iphone4 SDK中編譯我的應用程序,它運行良好。 我想知道應用程序cound在iphone3中運行良好。