RSNetworking is a network library written entirely in the
Swift programming language. RSNetworking
is built using Apple’s powerful URL Loading System. The main design goal of RSNetworking is to
make it easy and quick for developers to add powerful asynchronous networking
requests, to their applications written in Swift.
Here are the changes in this release of RSNetworking:
- Removed the RSNetworking class: This class was marked for depreciation two releases ago and was removed this release.
- Updated the UIImageView+RSNetworking extension: This extension was still using RSNetworking. Updated it to start using RSURLRequest.
- Added the UIButton+RSNetworking extension: This extension gives you the ability to asynchronously load images from the Internet. Once the image has downloaded it will be used as the background image for the button.
You can get RSNetworking and see examples on GitHub. Please let me know if you would like to
contribute to RSNetworking or if you have any suggestions.