Skip to content

Instantly share code, notes, and snippets.

@imjn
Created October 22, 2018 07:33
Show Gist options
  • Save imjn/5c967fab532ad3d69ad20117b062788f to your computer and use it in GitHub Desktop.
Save imjn/5c967fab532ad3d69ad20117b062788f to your computer and use it in GitHub Desktop.
AlamofireImage Sample
cell.postImage.af_setImage(
withURL: URL(string: post.haiku)!,
placeholderImage: PostCellView.defaultImage,
imageTransition: .curlUp(0.7)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment