A picture representing VamshiIITBHU14

VamshiIITBHU14

VamshiIITBHU14
UIViewAnimationsHandbook screenshot

UIViewAnimationsHandbook

November 25, 2018 • Apache 2.0 License
This project takes up all the available UIView animations in Swift4. Each type animation added with an example and expected result in the form of GIF. A glimpse at README would give you a better id...
No image provided.

DesignPatternsInSwift

November 10, 2018 • Apache 2.0 License
This repository contains all the code and explanations from my book 'Design Patterns in Swift', live at https://www.amazon.com/dp/B07FYXHBKZ. All code written in Swift4. Do give a star if you like ...
FakeFBWall screenshot

FakeFBWall

August 15, 2018 • Apache 2.0 License
This is a fun app to generate fake facebook wall. All the fields visible on the screen are editable. Screenshots attached for better understanding of the app. Code written in Swift 4.
VKLocalNotifications screenshot

VKLocalNotifications

June 14, 2018 • Apache 2.0 License
This project covers all the requried code to trigger UILocalNotifications. It can be helpful when you want to trigger a Push Notification when a user reaches a particular location. Does not need in...
VKSentimentAnalysis screenshot

VKSentimentAnalysis

May 19, 2018 • Apache 2.0 License
This project is a demo on using CoreML framework for sentiment analysis of text. .mlmodel was developed from Scikit-learn Pipeline using coremltools python package. More details here : https://deve...
No image provided.

NLPSwift

May 16, 2018 • Apache 2.0 License
NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. One can use this class to segment na...
VKStackImageView screenshot

VKStackImageView

May 09, 2018 • Apache 2.0 License
This project uses CoreAnimation to mimic StackView from iOS. I have used UIImageView as the Base View for Stack.
VKProgressHud screenshot

VKProgressHud

February 27, 2018 • Apache 2.0 License
Hey All! As it is obvious from the GIF, this project is a LoadingIndicator based on CoreAnimation.
No image provided.

VKTableView

February 23, 2018 • Apache 2.0 License
PS: Please click on the Download Source and have a look at the GIF attached there to get a better idea of this project. Hi! I was working on an app where I had to show information about 10-12 diff...
UberAnimation screenshot

UberAnimation

February 18, 2018 • Apache 2.0 License
Heyaa! This is an attempt to mimic of the animation Uber and Facebook shows up as a Congratulatory Pop-up. Looking at the attached GIF will give you a better idea of what this project covers.
No image provided.

InstagramHomeFeedClone

February 17, 2018 • Apache 2.0 License
This project is a clone of Instagram Home Feed using Storyboard and minimalistic code written in Swift4. This project is a part of whole Instagram clone I am working on. I felt HomeFeed is one of t...
No image provided.

HitAndScore

January 30, 2018 • Apache 2.0 License
Sprite Kit is an exciting new framework for making 2D games that comes built-in to iOS. This project serves as an introduction to Sprite Kit where we build a small clone of Super Mario. Looking at ...
No image provided.

FacialContour

December 24, 2017 • Apache 2.0 License
The facial detection API allows us to not only detect faces & facial features but also check those faces for particular properties such as if a smile is present or eyes are open etc. This is a sim...
No image provided.

CaffeToCoreML

December 13, 2017 • Apache 2.0 License
There are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iOS apps using .mlmodels given by Apple. But seldom in reality...
No image provided.

BasketBallARKit

December 11, 2017 • Apache 2.0 License
Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices which use A9, A10, A11 chips .It shows how to build a basic...
No image provided.

PeekAndPopExtension

December 04, 2017 • Apache 2.0 License
This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today Extension to the project. All written in Swift4 using MVC p...
VKProgressPie screenshot

VKProgressPie

November 28, 2017 • Apache 2.0 License
This project is a plug and play - Customisable Live Rendering Radial Progress Indicator. All written in Swift4 latest syntax. Based on CoreAnimation framework. One can use either Storyboard or cod...
FlatPressButton screenshot

FlatPressButton

November 17, 2017 • Apache 2.0 License
Flat design clickable buttons. Concept taken from https://famolus.com with code written in Swift4 syntax.
BackgroundCoreDataSwift4 screenshot

BackgroundCoreDataSwift4

November 09, 2017 • Apache 2.0 License
This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swif...
CoreDataSwift4 screenshot

CoreDataSwift4

November 06, 2017 • Apache 2.0 License
This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController along with CRUD operations and Batch Updates
No image provided.

FlickrSearchSwift

June 24, 2017 • Apache 2.0 License
This is a project showing how to fetch huge chunk of images via API and put them in a nice UICollectionView with parallax effect. It also covers adding a fancy expanding cell to UICollectionView, ...
No image provided.

FBChatClone

June 02, 2017 • Apache 2.0 License
This project is a clone of FB Messenger . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/). It covers topics like: 1. Auto Layout Using Code 2. Core Data Entities: Creat...
No image provided.

AppStoreClone

May 29, 2017 • Apache 2.0 License
This project is a clone of AppStore . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/).It covers topics like: 1) Layout structure of the application by using a UICollecti...
No image provided.

FBClone

May 27, 2017 • Apache 2.0 License
This project is a clone of FB News Feed. Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/). It covers topics like: 1) Using a UICollectionView to make a vertical scroll...
No image provided.

YouTubeClone

May 14, 2017 • Apache 2.0 License
This project is a clone of YouTube. But the main intention is to show how to write clean code, using proper MVC patterns and re-usable coding methodologies. Converted from Swift2 (Source: https://w...
No image provided.

CustomTabBarYouTube

May 08, 2017 • Apache 2.0 License
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to bu...
No image provided.

ExpandingCollectionView

May 05, 2017 • Apache 2.0 License
This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in La...
No image provided.

expandableCellScroll

May 01, 2017 • Apache 2.0 License
This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView background. Data is fetched via an API call. Developed in Latest ...
CoreDataSearch screenshot

CoreDataSearch

April 27, 2017 • Apache 2.0 License
This is a simple project which shows basics of Search on Core data . You can add, load, delete and make a search on the items added in a UICollectionView. Developed in Latest Swift 3 syntax.
CollectionViewSearchSwift screenshot

CollectionViewSearchSwift

April 21, 2017 • Apache 2.0 License
A simple project mainly focussing on Implementation of search in UICollectionView. Also lets you know about arranging UICollectionView Cells, their spacing, co-ordinates and arrangement based on di...
No image provided.

VerticalProgressScrollView

April 19, 2017 • Apache 2.0 License
This is a simple project showing UIScrollView with paging enabled and a straight forward Vertical Progress bar which animates as the user scrolls through the pages (number of pages are calculated d...
No image provided.

2DUICollectionViewSwift

April 13, 2017 • Apache 2.0 License
A simple and elegant 2Dimensional UICollectionView which is most commonly used in ecommerce apps, music streaming apps etc. Easily customisable as per your requirements as it is designed keeping th...
ConcurrentDownloadsSwift3 screenshot

ConcurrentDownloadsSwift3

April 08, 2017 • Apache 2.0 License
This project contains A-Z details of how to support concurrent downloads in Swift3 via remote URLs. Also saving the downloaded files to your local directory && viewing them in offline mode && also ...
ImageSlider-Swift screenshot

ImageSlider-Swift

March 30, 2017 • Apache 2.0 License
A simple image slider in Swift with a switch to turn on/off auto slide.