Show most popular Swift repositories from GitHub.
Open GitHub Stars.xcworkspace and press Command+R
Repository.swift: Repository ModelOwner.swift: User Model (Repository Owner)PullRequest.swift: Pull Request Model
RepositoriesTableViewController.swift: ViewController with repositories listPullRequestsTableViewController.swift: ViewController with pull requests of selected repository
BaseRequest.swift: Used to manage global variables for networker subclassesRepositoriesRequest.swift: Api request of Repositories (Subclass of BaseRequest)PullRequestsRequest.swift: Api request of Pull Requests (Subclass of BaseRequest)
RepositoryTableViewCell.swift/.xib: Table view cell, in xib to reuse, used in RepositoriesTableViewController and PullRequestsTableViewControllerDateUtils.swift: Used to convertDatetoStringand vice versa in several date formatProgressUtils.swift: Used to show activity and alerts more easily of podSVProgressHUDWGExtensions.swift: My custom extensions, help to make my code more easily and faster
- Description: Elegant HTTP Networking in Swift
- Description: A clean and lightweight progress HUD for your iOS and tvOS app.
- Description: Asynchronous image downloader with cache support with an UIImageView category.