Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by IlijaMihajlovic

A curated list of projects in awesome lists by IlijaMihajlovic .

https://github.com/ilijamihajlovic/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.

codable core-data coredata data-persistance image-cache json networking pull-to-refresh rest-api restful restful-api search-bar slide-menu swift swift-4 swift5 swipe-to-delete tableview unit-testing urlsession

Last synced: 28 Sep 2024

https://github.com/ilijamihajlovic/avfoundation-camera-app

A camera app with a launch/splash screen with multiple functions each of which is a button, with added animation showing the strength and complexity of AVFoundation. This camera app can record videos, take pictures, switch cameras front and back also turn the flash on and off.

avfoundation camera-app camera-flash record-video swift swift3 swift4 take-picture uiimagepickercontroller

Last synced: 28 Sep 2024

https://github.com/ilijamihajlovic/sweet-sweets-mania-spritekit-game-with-continuous-integration

A single player game in SpriteKit created completely programmatically without the use of .sks files and Xcode Scene Editor. Implemented continuous integration using Jenkins, Fastlane GitHub, and Unit Tests into one continuous integration system. So everything is automated from the first commit to the email notification at the end from Jenkins when the build finished. I used Firebase as a backend and implemented its Sign up/Login with Facebook and Anonymously into the app, and saved users data like: UID, email address, username and profile image into Firebase Database and Firebase Storage, likewise, I implemented a persistent store so all user data is saved after the user quits the app. During the development of the app, I followed the MVC design pattern, likewise, I used Sketch for creating most of the UI.

ci continuous-integration facebook-graph-api facebook-login fastlane fastlane-ios firebase-authentication firebase-database firebase-storage ios ios-app ios-swift jenkins jenkins-ci jenkins-pipeline spritekit spritekit-demo swift swift4 swift5

Last synced: 29 Sep 2024

https://github.com/ilijamihajlovic/pass-data-between-viewcontrollers-via-delegate-protocols

Pass data between ViewControllers via Delegate & Protocols using the Swift Programming Language

delegate delegate-protocol ios pass-data protocol protocols swift swift-3 swift-programming-language swift4

Last synced: 28 Sep 2024

https://github.com/ilijamihajlovic/camera-app-with-uiimagepickercontroller-and-avfoundation-completely-programmatically

Demonstrating how to use the front camera, toggle camera flash and use the back camera with the UIImagePickerController and AVFoundation completely programmatically. Also saving and loading the image from the Photo Library, perhaps if the camera is unavailable.

avfoundation camera-app camera-flash record-video swift swift3 swift4 take-picture uiimagepickercontroller

Last synced: 28 Sep 2024