fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

use custom 'PagerData' protocol for data to avoid unexpected slowness #299

Open gfreezy opened 1 year ago

gfreezy commented 1 year ago

Do not convert the input data to array to invalidate lazy effects.

Usecase:

Photos PHFetchResult is a lazy object. Converting it to an array cost a lot of time if you have a large number of photos.

gfreezy commented 1 year ago

Seems SwiftUIPager.xcodeproj is useless. We should remove it to avoid confusion