Vbon

Results 23 comments of Vbon

It is Xcode 7.2.1 . And maybe we can TeamView to track this down. How can I

yes and where I send the id and password for you ?

I have already sent , do you receive it ?

Unfortunately, until now I can't run it with -injected 。I desire to use 。。。 but。。。

Is there any method to fix my problem?

[[NSNotificationCenter defaultCenter] postNotificationName:@"INJECTION_BUNDLE_NOTIFICATION" object:nil]; I also can't injection 😭

> Please check this. Hope this will work. > > `[dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels];` It works for me ,thanks a lot

` if (@available(iOS 13.4, *)) { [dateSelectionController.datePicker setPreferredDatePickerStyle:UIDatePickerStyleWheels]; } else { // Fallback on earlier versions } `