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

Highlights

  • Pro

Block or report EngOmarElsayed

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
EngOmarElsayed/README.md

About me

Hi, I’m Omar Elsayed 👋 I’m an iOS software engineer who enjoys going beyond how things work and digging into why they work that way.

I spend a lot of time exploring Swift, iOS internals, and architecture, and I use this GitHub to share experiments, ideas, and projects that grow out of that curiosity.

When I’m not coding, I’m usually behind a camera. Photography has taught me patience, composition, and attention to detail—skills that quietly influence how I write code and think about software.

I believe knowledge is most valuable when it’s shared, and this profile is part of that journey: learning in public, building thoughtfully, and helping others along the way.

My Apps

Pinned Loading

  1. SwiftUserDefaults SwiftUserDefaults Public

    This is very easy API to use to easily access and set userDefaults value in Swift and it supports the new privacy rules from apple.

    Swift 13 1

  2. Injection Injection Public

    Dependency Injection pacakge

    Swift 11 1

  3. GenericNetworkLayer GenericNetworkLayer Public

    This package containes a genric network layer to make it easire for you to build network layer in your apps.

    Swift 7 1

  4. SwiftToastAlert SwiftToastAlert Public

    This package provides you with easy to use swiftUI alert toast API.

    Swift 2 1

  5. AsyncImage AsyncImage Public

    This pacakge provides a clean way to fetch images from url

    Swift 13 2

  6. A custom Container I created to easi... A custom Container I created to easily create Paging scroll view in swiftUI, For article: https://www.swiftdifferently.com
    1
    
                  
    2
    #Preview {
    3
        @Previewable @State var currentPage = 0
    4
        
    5
        HPagingScrollView(currentPage: $currentPage, spacing: 30, pageWidth: 200, pageHeight: 450) {