Skip to content
View hitendradeveloper's full-sized avatar
PRO
PRO
Block or Report

Block or report hitendradeveloper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. HSRange HSRange Public

    Simple and Elegant Range(A,B) to Range(P,Q) mapper in less then five lines of code.

    Swift 11 1

  2. HSCenterSlider HSCenterSlider Public

    Instagram Filters Slider. Easy to use double side center slider, that can show value in (A,B) Range.

    Swift 34 6

  3. blogs blogs Public

    This is indexing repository of blogs written by Hitendra Solanki

    10 2

  4. HSSearchable HSSearchable Public

    The easiest way to search from UITableView using UISearchBar or UISearchBarController in the minimum line of code.

    Swift 9 1

  5. BuilderDesignPattern[Faceted+Fluent]... BuilderDesignPattern[Faceted+Fluent]Example1.swift
    1
    //This is function in playground which executes our test code
    2
    func main() {
    3
      
    4
      var hitendra = Person() //person with empty details
    5
      let personBuilder = PersonBuilder(person: hitendra)
  6. Simple-Undo-Redo-Example Simple-Undo-Redo-Example Public

    implementation of UndoManager in Swift5 Xcode 10.2

    Swift 15 2