Skip to content
View Pheayuth222's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Pheayuth222

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

πŸ‘‹ Hi, I’m @Pheayuth, (Nickname: Yuth Fight)

  • πŸ‘€ I’m interested in iOS, Web Development, Java, and Spring.
  • 🌱 I’m currently working as iOS Mobile Developer at KOSIGN Company in Phnom Penh, Cambodia.
  • πŸ’žοΈ I’m looking to collaborate on ...
  • πŸ“« How to reach me ...

🀝 Connect with me

twitter logo

πŸ›  Language and tools

swift logo
Swift
xcode logo
Xcode
vscode logo
VSCode
postgresql logo
PostgreSQL
firebase logo
Firebase
postman logo
Postman
stackoverflow logo
StackOverFlow
photoshop logo
Photoshop
illustrator logo
Illustrator
figma logo
Figma
java logo
Java
javascript logo
JavaScript
trello logo swagger logo safari logo homebrew logo html5 logo css3 logo bootstrap logo google logo github logo gitlab logo facebook logo apple logo

πŸ”₯ My Stats :

print("Hello World 😁")
    
streak graph

πŸ’» Tech Stack:

(https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=flat&logo=bootstrap&logoColor=white) Bootstrap Next JS NPM NestJS NodeJS NuxtJS React Apache MySQL MongoDB Postgres Figma Adobe Photoshop Adobe After Effects HTML5 Java JavaScript

πŸ“Š GitHub Stats:

if you like what i do, maybe consider buying me a coffee/tea πŸ₯ΊπŸ‘‰πŸ‘ˆ

Buy Me A Coffee

Pinned Loading

  1. Custom Func Navigation Bar in Swift ... Custom Func Navigation Bar in Swift Programming
    1
       func setNavBar( title: String,
    2
                        animated : Bool,
    3
                        leftButtonImage leftImgs : UIImage? = UIImage(named:"Default Image"),
    4
                        leftBarButtonTitle leftBarTitle: String? = nil,
    5
                        leftSelector : Selector? = #selector(leftBarButtonAction),
  2. Show Barcode and QR Code in iOS Native Show Barcode and QR Code in iOS Native
    1
    # Barcode and QR Code 
    2
    * Show Barcode and QR Code in iOS Native
    3
    
                  
    4
    ### * Swift Source Code `
    5
    ```swift
  3. Preview ViewContrroller with storybo... Preview ViewContrroller with storyboard or without storyboard in Swift
    1
    import UIKit
    2
    import SwiftUI
    3
    
                  
    4
    class PreviewStoryboardVC: UIViewController {
    5
        
  4. TechTalk_Library TechTalk_Library Public

    This package just research for iOS Tech Talk

    Swift 1

  5. .md .md
    1
    # Swift-Snippets
    2
    
                  
    3
    πŸš€ Snippets for my iOS Projects 😚😘
    4
    
                  
    5
    
                  
  6. Custom Dynamic Model in Swift Custom Dynamic Model in Swift
    1
    enum RowType: String, CaseIterable {
    2
        case Profile
    3
        case Info
    4
        case Rewards
    5
    }