PrashantGaikwad-iOS
Profession - 💻 Developer - iOS || Hobby - 🤓 Teaching || Love - ⛰ Adventure.
Pune,India
Pinned Repositories
30-Days-Of-SwiftUI
Challenge completed
awesome-podcasts
Collection of awesome podcasts
CoreDataMachineTest
iOS Machine Test - API calling and saving data to core data and fetching later to show on tableview
Drag-and-Drop-Swift-API
Learn new API drag and drop in Swift
NearMe-SwiftUI
NearMe app will let you search nearby places like hotels, coffee shops, burger or pizza places etc. You can see the map with annotations or you can see the list of nearby places which you want to search. I have used MVVM design pattern.
RxSwiftDemo
Change date and time on one ViewController and updating the data on previous ViewController using RxSwift
SwiftUI-Async-ImageDownload
Learned how to download an image (async) using image url in SwiftUI
UndoManager-Swift
Simple way of implementing Undo Redo in your application using swift language.
WeSplit-SwiftUI
An app to split the order amount bill between number of people.
WordScramble-SwiftUI
A game where you have to guess different words from given word. #100DAYSOFSWIFTUI
PrashantGaikwad-iOS's Repositories
PrashantGaikwad-iOS/BottomUp-CardView-animation
Learned how we can show Card view programatically with bottom up animation.
PrashantGaikwad-iOS/Request-App-Ratings-and-Review
Learned how we can give different options like Rating, Write a Review and Share app options to your app users for better user experience.
PrashantGaikwad-iOS/Auto-Layout
PrashantGaikwad-iOS/Binary-Search
Binary search in swift
PrashantGaikwad-iOS/Bottom-Card-Swipe-Animation
Open bottom card/tableview just like control center using pan gesture or using tap gesture.
PrashantGaikwad-iOS/ExpandCellAnimation
Cell dynamic text expand animation
PrashantGaikwad-iOS/Generics
Learn how to use Generics to reduce the duplicate code.
PrashantGaikwad-iOS/Gesture-Recogniser-Pan-Pinch-and-Rotate-
PrashantGaikwad-iOS/Help-Screen-with-Animation
Help screen to tell user what you can do on the next screen.
PrashantGaikwad-iOS/KVC-KVO
KVC using Keys and KeyPath, KVO using Contexts
PrashantGaikwad-iOS/Lazy-Variables-Example
Learned how to use lazy variables to create variables only when they are needed.
PrashantGaikwad-iOS/Local-Notifications
Learn how to create local notifications in background and foreground. Also, how to handle those notifications.
PrashantGaikwad-iOS/LoginScreen-AutoLoyout
Different login screens for all ios device screens using AutoLayout
PrashantGaikwad-iOS/Lottie-Animations
Learned how to use Lottie library to create beatiful animations in your iOS application.
PrashantGaikwad-iOS/Merge-Sort
Merge sort in Swift
PrashantGaikwad-iOS/Most-Common-Element
PrashantGaikwad-iOS/Navigation-Search-Controller
Learned how we can add search bar inside navigation controller and use this search bar to search data from tableView
PrashantGaikwad-iOS/NotificationCenter
Learned how to use basic concepts of NotificationCenter like adding observer, Posting Notification and removing observers.
PrashantGaikwad-iOS/Optional-Binding-and-Optional-Chaining
PrashantGaikwad-iOS/ProgramaticViews
Learned how we can create views programatically and navigate between them on button click(No Storyboards).
PrashantGaikwad-iOS/Realtime-Chat-Application
Realtime chat application using Firebase. Under development...
PrashantGaikwad-iOS/SideMenu-Animation
Learned how we can create custom sideMenu with beautiful animation,
PrashantGaikwad-iOS/StickyView
Learned how to create Sticky View inside tableView
PrashantGaikwad-iOS/swift-url-session
Using URLSession to retrieve JSON in Swift
PrashantGaikwad-iOS/TabBarController-with-Multiple-Storyboards
Learned how we can create very basic UITabBarController with navigationController in it.
PrashantGaikwad-iOS/TableView-Animations
Learned how we can make our simple tableView list more beautiful by adding some animations on tableView Cells.
PrashantGaikwad-iOS/Threading
Learned how to create Queue to avoid using Main Queue
PrashantGaikwad-iOS/UIKitDynamics
Learned how to add Gravity to UIViews and how to add CollisionBehaviour on those views.
PrashantGaikwad-iOS/UndoManager-2
Learned how to create and use two instances of undoManager API.
PrashantGaikwad-iOS/URLSession
In this project you can see how we can use URLSession API to do networking calls. Also, you can see how we can parse json data into models and show it on UIViews.