alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
646 stars 119 forks source link

errorText and retryText #38

Closed sadanro100 closed 5 years ago

sadanro100 commented 6 years ago

Please how can I replace retryText and retryText so that I can still use AXLoadingView, but with my own text?

alexhillc commented 6 years ago

Hey @sadanro100, you can subclass AXLoadingView and then override errorText/retryText and then set your custom loading view class on the AXPagingConfig.

pagingConfig.loadingViewClass = CustomAXLoadingView.self