Skip to content
View ham118's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report ham118

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. Swift-Collection Swift-Collection Public

    Collection of useful functionality of swift language to develop better iOS applications

    Swift 3 1

  2. JavaScript-Collections JavaScript-Collections Public

    Collection of hacker rank JS problem`s solutions

    JavaScript 2

  3. Dollar Dollar Public

    Forked from ankurp/Dollar

    A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript

    Swift 1

  4. GradientProgressBar GradientProgressBar Public

    Forked from fxm90/GradientProgressBar

    A customizable gradient progress bar (UIProgressView).

    Swift 1

  5. To set customize UISlider height | S... To set customize UISlider height | Swift 4
    1
    //To set UISlider height, (which is by default not provided by UIKit framework)
    2
    //Steps:
    3
    //1. Add "CustomSlider" class in your swift file.
    4
    //2. Set "CustomSlider" class name into UISlider control from interface builder.
    5
    //3. Set "trackLineHeight" value as per requirment.
  6. EvaluatingJavaScript : This is gist ... EvaluatingJavaScript : This is gist to change font size and avoid text copy functionality from entire html in UIWebView | Swift 5
    1
      //This is code to change font size and avoid text copy functionality from entire html in UIWebView
    2
      //"textSize" : this is integer variable which you want to set font size
    3
      func webViewDidFinishLoad(_ webView: UIWebView) {    
    4
        if (webView.stringByEvaluatingJavaScript(from: "document.readyState") == "complete") {
    5
          //Avoid to detect touch gesture for disable user selection