Pinned Repositories
ABHorizontalTableView
An old trick of rotating the tableview by 90 degree turning it into a scrollview with the ability to reuse views
ABSideMenuController
Blogposts
Calendar
CircleFillAnimation
As the name suggests, this project demonstrates a circular fill animation.
CoreDataDatabaseManagerClass
This is a demo project to demonstrate the usage of 2 classes ABDatabaseManager and ABCoreDataBaseModelClass. Both are convenient classes that helps in easy setup and working with CoreData.
Measure
iOS App that replicates measuring functionality of the iOS 12 Measure App. The App is written in Swift 4 and makes use of ARKit to achieve the same.
NWPathMonitorDemo
The project demonstrates the use of NWPathMonitor from the Network Framework to identify the availability of network in the device. NWPathMonitor class provides us with the means of detecting changes in the network state. This class is available from iOS 12 onwards and is an alternative for the ever used Reachability module.
ShapelayerInverseMaskDemo
This project is to demonstrate CAShapeLayer mask feature. An overlay is displayed over tableview and shape layer is used to display only some portion of the tableview
adithyabhat's Repositories
adithyabhat/Measure
iOS App that replicates measuring functionality of the iOS 12 Measure App. The App is written in Swift 4 and makes use of ARKit to achieve the same.
adithyabhat/NWPathMonitorDemo
The project demonstrates the use of NWPathMonitor from the Network Framework to identify the availability of network in the device. NWPathMonitor class provides us with the means of detecting changes in the network state. This class is available from iOS 12 onwards and is an alternative for the ever used Reachability module.
adithyabhat/ShapelayerInverseMaskDemo
This project is to demonstrate CAShapeLayer mask feature. An overlay is displayed over tableview and shape layer is used to display only some portion of the tableview
adithyabhat/ABHorizontalTableView
An old trick of rotating the tableview by 90 degree turning it into a scrollview with the ability to reuse views
adithyabhat/ABSideMenuController
adithyabhat/Blogposts
adithyabhat/Calendar
adithyabhat/CircleFillAnimation
As the name suggests, this project demonstrates a circular fill animation.
adithyabhat/CoreDataDatabaseManagerClass
This is a demo project to demonstrate the usage of 2 classes ABDatabaseManager and ABCoreDataBaseModelClass. Both are convenient classes that helps in easy setup and working with CoreData.
adithyabhat/devops-essentials-sample-app
adithyabhat/GenericsLazyInit
adithyabhat/HeyDayScaleAnimation
adithyabhat/MockData
adithyabhat/NYTimes
adithyabhat/Playgrounds
adithyabhat/RotatingWheel
This project demonstrates a rotating wheel view that rotates on swipe gestures.
adithyabhat/ScaleInTextAnimation
The project demonstrates a CATextLayer category which enables scale in animation of a text.
adithyabhat/SlideInChildViewContorller
The project demonstrates a catefory for UIViewController, which enables easy sliding In of child view controller either from Left or Right direction.
adithyabhat/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
adithyabhat/SwiftStackImplementation
Generic Stack Implementation in Swift. Created this to test out the generics feature of Swift.
adithyabhat/TestProjects
Dump yard for my test projects
adithyabhat/Thumbnails-scroll-view
The project demonstrates the module which enables easy setup of scrollable thumbnail views.
adithyabhat/VIPER_with_rxswift
This iOS Swift project demonstrates the implementation of VIPER architecture. Also makes use of RxSwift for communication between the View and the Presenter module, thus ensuring a cleaner approach.