framework
-
GTCollectionViewKit Framework
A framework that introduces an alternative new way to use collection views in iOS projects!
-
Creating Reusable Libraries with CocoaPods and GitHub
Welcome back! In the previous tutorial, you learned how to use the Network Framework to detect and monitor the network status. The framework seems to be working fine through the NetStatus class, so let’s go one step further and let’s create our own small, open-source framework that will be based on the NetStatus class. In…
-
Network Framework in iOS: How to Monitor Network Status Changes
Read about how to monitor for network status changes in iOS and macOS projects using Swift.