Pinned Repositories
awesome-flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
BaseComponents
BaseComponents aims to provide easily reusable and understandable components to increase productivity with UIKit and Foundation APIs
Bubble-Chat-Network
cc-playground
CC Playground
Concourse-Example-iOS
ConcurrentDownloadsSwift3
This project shows how to support concurrent downloads in swift3 via remote URLs && save them to your local directory && viewing them in offline mode && delete downloaded files. Download process is enhanced by Pause, Resume, Cancel, Progress bar controls.
ContainerController
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
ControlRoom
A macOS app to control the Xcode Simulator.
rupez3's Repositories
rupez3/awesome-flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
rupez3/awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
rupez3/BaseComponents
BaseComponents aims to provide easily reusable and understandable components to increase productivity with UIKit and Foundation APIs
rupez3/cc-playground
CC Playground
rupez3/Concourse-Example-iOS
rupez3/ConcurrentDownloadsSwift3
This project shows how to support concurrent downloads in swift3 via remote URLs && save them to your local directory && viewing them in offline mode && delete downloaded files. Download process is enhanced by Pause, Resume, Cancel, Progress bar controls.
rupez3/ContainerController
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
rupez3/ControlRoom
A macOS app to control the Xcode Simulator.
rupez3/FloatingPanel
A clean and easy-to-use floating panel UI component for iOS
rupez3/Flutter-Clean-MVVM
rupez3/gitignore
A collection of useful .gitignore templates
rupez3/ios-architecture
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
rupez3/iOS-Clean-Architecture-MVVM
Sample iOS application using Clean Architecture and MVVM
rupez3/iOSDesignPatternSamples
This is Github user search demo app which made by many variety of design patterns. You can compare differences in MVC, MVP, MVVM and Flux.
rupez3/iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
rupez3/it-tools
Collection of handy online tools for developers, with great UX.
rupez3/macos-push-tester
Native mac app for easily sending Apple APNs push messages to iOS apps
rupez3/NetflixSwiftUI
Netflix Clone
rupez3/Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-Data
Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.
rupez3/OnboardingFlow
rupez3/PermissionWizard
🔮 An ultimate library for iOS and macOS system permissions management. The easiest way to check or request a permission.
rupez3/RCNetworking
rupez3/rupez3.github.io
rupez3/Swift-Essentials
A set of essential Swift stuff I use in every single iOS app.
rupez3/SwiftCombineNetworking
Promise-Based Networking in Swift 5 with URLSession, Combine and Codable
rupez3/SwiftHub
GitHub iOS client in RxSwift and MVVM-C clean architecture
rupez3/SwiftUI-Cheat-Sheet
SwiftUI 2.0 Cheat Sheet
rupez3/SwiftUI-Template-MVVM
A ready-to-use SwiftUI MVVM template to use when creating a new project, including Core Data and standard App Configuration
rupez3/TaskManager
rupez3/TipKit-Examples
An example project for the TipKit framework