Skip to content

Latest commit

History

History
28 lines (18 loc) · 644 Bytes

File metadata and controls

28 lines (18 loc) · 644 Bytes

Texture 3.1 Migration Guide

Got a tip for upgrading? Please open a PR to this document!

  • Rename all instances of ASNavigationController to ASDKNavigationController

Texture 3.0 Migration Guide

  • Rename all instances of ASViewController to ASDKViewController

Breaking API Changes

ASImageCacherCompletion typedef has a new parameter: ASImageCacheType cacheType. Example:

ASPINRemoteImageDownloader.shared().cachedImage(with: url, callbackQueue:.main){ result in}

Becomes

ASPINRemoteImageDownloader.shared().cachedImage(with: url, callbackQueue:.main){ result, cacheType in}