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

Block or report abdelrahmanTD

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. CustomTextField CustomTextField Public

    Custom TextField in SwiftUI

    Swift 3

  2. DropdownMenu DropdownMenu Public

    Custom drop-down menu in SwiftUI

    Swift 3

  3. SalesInvoiceGenerator SalesInvoiceGenerator Public

    Java

  4. TaskToDo TaskToDo Public

    Task ToDo with Core Data - built in Swift Playgrounds 4

    Swift 5

  5. Extension Color for converting hex c... Extension Color for converting hex codes
    1
    import SwiftUI
    2
    
                  
    3
    public extension Color {
    4
        init(hexCode: String) {
    5
            let scanner = Scanner(string: hexCode)