Now My app is using Assets library Frameworks which is only available on iOS 4.0 and later for multi-choosing photos, but I want my app runs on devices with iOS 3.2.
Could I link the Assets library dynamically? If so I could judge whether the iOS SDK version is earlier than 4.0, if earlier I would use UIImagePickerController instead of Assets library, if later I could load Assets library dynamically and implement multi-choosing using it.