Shawon Ashraf
Freiheit

Freiheit

Follow
homePhotographyReadingAboutbadges
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

Tracking Download Progress with URLSessionDownloadDelegate

Sep 9, 20196 min read 204 views

Downloading .... You've this cool app that has to download something from the internet, be it images, data or pdf files or whatever. While your app...

Tracking Download Progress with URLSessionDownloadDelegate

Loading images from URL in Swift

Aug 20, 20196 min read 138 views

Images and URLs You're writing the front-end of a fancy website. You have to load images from a remote server and you have the url. What do you do?...

Loading images from URL in Swift

Swift - PAT or Generics?

Jun 21, 20198 min read 98 views

PAT? Before we begin, let me explain the terms here. PAT means Protocols with associated types. PATs can be generic, which means you can use any type...

Swift - PAT or Generics?

The curious genericness of Associated Types

May 29, 20196 min read 18 views

Before we dig deep, Protocols! Swift introduced this new paradigm called POP or Protocol Oriented Programming. For people new to Swift, especially...

The curious genericness of Associated Types