如何使用ios中collectionView中的选定图像启动照片滚动条

时间:2015-08-24 04:53:18

标签: ios uiscrollview uicollectionview

我使用过代码

    String name  = "";
    Cursor c = getApplication().getContentResolver().query(ContactsContract.Profile.CONTENT_URI, null, null, null, null); 
    if(c.moveToFirst()) {
     name = c.getString(c.getColumnIndex("display_name"));
     c.close();
   }

从第一张图片开始我不知道如何在之前的viewController中从所选图像开始图像。提前谢谢..

0 个答案:

没有答案