Vamshi Krishna

Results 34 repositories owned by Vamshi Krishna

DesignPatternsInSwift

332
Stars
43
Forks
Watchers

This repository contains all the code 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 the work.

UberAnimation

57
Stars
8
Forks
Watchers

Heyaa! This is an attempt to mimic 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. All writte...

NLPSwift

54
Stars
3
Forks
Watchers

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 natur...

VKLocalNotifications

50
Stars
7
Forks
Watchers

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 inter...

2DUICollectionViewSwift

28
Stars
5
Forks
Watchers

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 the s...

AppStoreClone

65
Stars
14
Forks
Watchers

This project is a clone of AppStore.

BackgroundCoreData

29
Stars
1
Forks
Watchers

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 Swift4...

BasketBallARKit

40
Stars
5
Forks
Watchers

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 Ba...

CaffeToCoreML

42
Stars
1
Forks
Watchers

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, d...

CollectionViewSearchSwift

24
Stars
5
Forks
Watchers

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 diffe...