marinofaggiana 5 سال پیش
والد
کامیت
7e323cba89
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      iOSClient/Scan/ScanCollectionView.swift

+ 2 - 0
iOSClient/Scan/ScanCollectionView.swift

@@ -192,6 +192,8 @@ class DragDropViewController: UIViewController {
             print(error.localizedDescription)
         }
         
+        items = items.sorted()
+        
         collectionViewSource.reloadData()
     }