Pinned Loading
-
CVBlurBackground
CVBlurBackground Public archiveA collection cards with a animated blurred background & headers.
-
ParallexShearLayout
ParallexShearLayout Public archiveCustom collection view layout to build shear items and parallax effect!
Swift 5
-
Coordinator (NavigationCoordinator +...
Coordinator (NavigationCoordinator + TabBarCoordinator) 1import UIKit
23// MARK: - Base Coordinator
4class NavigationCoordinator: NSObject, Coordinator {
5 -
Card paging custom layout (Inspired ...
Card paging custom layout (Inspired by Framer: Magic Motion- Card Paging https://framer.com/projects/Card-Paging-u07vJxAeT6WJIVlQlTF6) [Result: https://drive.google.com/open?id=1fdrIAeXa-6AzDUXh-IaY6oxv1qKOCRX8] 1//
2// CardPagingLayout.swift
3//
4// Created by Ahmed Fathi on 5/29/20.
5// Copyright © 2020 Ahmed Fathi. All rights reserved.
-
AFSubtitleNavigationItem
AFSubtitleNavigationItem PublicExtending the native navigationItem capabilities to instantly add custom title and subtitle labels. The labels are fully customizable and works very well with the bar button items
Swift 8
-
Sieve of Eratosthenes to get primes ...
Sieve of Eratosthenes to get primes below a specific positive integer. 1/// All the primes number below & including 10e7 using Sieve algorithm O(n log log n).
2/// https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
3func sieve() -> [Int] {
4let limit = 10000000 // 10e7
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.