cari

Rumah  >  Soal Jawab  >  teks badan

objective-c - ios ipad横屏打开系统相册和拍照

巴扎黑巴扎黑2757 hari yang lalu586

membalas semua(1)saya akan balas

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:32:49

    jika (ISIPAD)

        {
            
            [[NSOperationQueue mainQueue] addOperationWithBlock:^{
                

    // UIPopoverController *popover = [[UIPopoverController alloc] initWithContentViewController:imagePicker];
    // m_pPopoverController= popover;
    // [m_pPopoverController presentPopoverFromRect,(5,0 ctMake:Sendiri) .lihat dibenarkanArrowDirections:UIPopoverArrowDirectionLeft animated:YES];
    // imagePicker.view.transform = CGAffineTransformMakeRotation(M_PI*3/2);

                [self presentViewController:imagePicker animated:YES completion:nil];
    
            }];
    
            
        }else if (ISIPHONE)
        {
            [self presentViewController:imagePicker animated:YES completion:nil];
        }
    

    balas
    0
  • Batalbalas