Skip to content
View Aakashcs's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Aakashcs

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


Hi, I'm Aakash! πŸ‘‹
Software Developer grinding hard to make something cool
✨ Favorite Tech: Java, Swift, SwiftUI, Kotlin, Python...
πŸ““ I’m currently learning Deep Learning and Continuous Integration ... 😭
πŸ“§ aakash.bscs@gmail.com
🎨 Portfolio: https://aakashcs.github.io
πŸ’Ό LinkedIn: https://linkedin.com/in/aakashcs

Pinned Loading

  1. SwiftUICustomSideMenu SwiftUICustomSideMenu Public

    SwiftUI Side Menu with Animations

    Swift

  2. SwiftUIDatingAppLoginPage SwiftUIDatingAppLoginPage Public

    SwiftUI - Login Page For Dating App

    Swift

  3. SwiftUIFurnitureApp SwiftUIFurnitureApp Public

    Furniture app for swift UI practice

    Swift

  4. TinderSwipeSwiftUI TinderSwipeSwiftUI Public

    Tinder swipe options like dating app in swift UI

    Swift

  5. Gif Loading View in Swift UI Gif Loading View in Swift UI
    1
    struct LoadingView: UIViewRepresentable {
    2
        
    3
        @Environment(\.colorScheme) var colorScheme
    4
        
    5
        func makeUIView(context: Context) -> GIFImageView {
  6. Switch to dark mode in Swift Switch to dark mode in Swift
    1
    UIApplication.shared.windows.first?.overrideUserInterfaceStyle =  .dark // for Light mode: .light