Skip to content
View ham118's full-sized avatar
🎯
Focusing
🎯
Focusing

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
ham118/README.md

Hi, I'm Harsh πŸ™‹πŸ»β€β™‚οΈ

iOS Software Engineer ✦ Apple Ecosystem Software Developer ✦ React Native ✦ Architect ✦ Mobile App Developer & Consultant

  • πŸ“² Mastering Native iOS app development using Objective-C and Swift.
  • ☘️ Currently working on Swift & SwiftUI.
  • ⚑️ Available for developing iOS, macOS, watchOS, tvOS, visionOS, iPadOS and Cross-Platform Mobile Apps.
  • πŸ‘― Looking to collaborate on Native iOS/React-Native projects and it's collections.
  • πŸ˜€ Communication language: English.
  • πŸ“« Reach me at ham118.dev@gmail.com

Programming & Tech Stacks:

ios
Apple iOS
swift
Swift
objectivec
Objective-C
React
React Native

JavaScript
android
Android
firebase
Firebase
google map
Google Map

Badges for Github activity:

ham118

Connect with me:


ham118

Pinned Loading

  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