GithubHelp home page GithubHelp logo

bluesea / timedsilver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hilen/timedsilver

0.0 0.0 0.0 126 KB

All about swift extensions ๐Ÿ˜‰

License: MIT License

Swift 98.87% Ruby 0.76% Objective-C 0.37%

timedsilver's Introduction

TimedSilver

All about swift extension ๐Ÿ˜‰

Installation

Swift 5.0

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target 'YourApp' do
pod 'TimedSilver', '1.2.0'
end

Swift 4.0

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'YourApp' do
    pod 'TimedSilver', '1.1.0'
end

Documentation

โ”œโ”€โ”€ Foundation
โ”‚ย ย  โ”œโ”€โ”€ Bundle+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ Data+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ Date+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ DispatchQueue+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ FileManager+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ IndexPath+TSOffset.swift
โ”‚ย ย  โ”œโ”€โ”€ IndexSet+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ NSDictionary+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ NSObject+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ NSRange+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ NSString+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ NotificationCenter+TSBlock.swift
โ”‚ย ย  โ”œโ”€โ”€ Timer+TSBlock.swift
โ”‚ย ย  โ”œโ”€โ”€ URLRequest+TScURLCommand.swift
โ”‚ย ย  โ”œโ”€โ”€ UserDefaults+TSArchiveData.swift
โ”‚ย ย  โ””โ”€โ”€ UserDefaults+TSExtension.swift
โ”œโ”€โ”€ Struct
โ”‚ย ย  โ”œโ”€โ”€ Array+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ CGSize+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ Dictionary+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ Double+TSExtension.swift
โ”‚ย ย  โ”œโ”€โ”€ String+TSCrypto.swift
โ”‚ย ย  โ””โ”€โ”€ String+TSExtension.swift
โ”œโ”€โ”€ TimedSilverHeader.h
โ””โ”€โ”€ UIKit
    โ”œโ”€โ”€ UIAlertController+TSExtension.swift
    โ”œโ”€โ”€ UIApplication+TSExtension.swift
    โ”œโ”€โ”€ UIButton+TSExtension.swift
    โ”œโ”€โ”€ UIButton+TSTouchArea.swift
    โ”œโ”€โ”€ UICollectionView+TSExtension.swift
    โ”œโ”€โ”€ UICollectionView+TSGeneric.swift
    โ”œโ”€โ”€ UIColor+TSExtension.swift
    โ”œโ”€โ”€ UIControl+TSExtension.swift
    โ”œโ”€โ”€ UIControl+TSSound.swift
    โ”œโ”€โ”€ UIDevice+TSExtension.swift
    โ”œโ”€โ”€ UIDevice+TSType.swift
    โ”œโ”€โ”€ UIImage+TSExtension.swift
    โ”œโ”€โ”€ UIImage+TSLaunchImage.swift
    โ”œโ”€โ”€ UIImage+TSOrientation.swift
    โ”œโ”€โ”€ UIImage+TSResize.swift
    โ”œโ”€โ”€ UIImage+TSRoundedCorner.swift
    โ”œโ”€โ”€ UILabel+TSExtension.swift
    โ”œโ”€โ”€ UINavigationController+TSExtension.swift
    โ”œโ”€โ”€ UINavigationItem+TSExtension.swift
    โ”œโ”€โ”€ UIScreen+TSExtension.swift
    โ”œโ”€โ”€ UIScrollView+TSExtension.swift
    โ”œโ”€โ”€ UIScrollView+TSPage.swift
    โ”œโ”€โ”€ UISearchBar+TSExtension.swift
    โ”œโ”€โ”€ UITableView+TSExtension.swift
    โ”œโ”€โ”€ UITableView+TSGeneric.swift
    โ”œโ”€โ”€ UITableView+TSiOS7SettingStyle.swift
    โ”œโ”€โ”€ UIView+TSExtension.swift
    โ”œโ”€โ”€ UIView+TSFrame.swift
    โ”œโ”€โ”€ UIView+TSGestureBlock.swift
    โ”œโ”€โ”€ UIViewController+TSExtension.swift
    โ”œโ”€โ”€ UIViewController+TSVisible.swift
    โ””โ”€โ”€ UIWindow+TSHierarchy.swift

License

TimedSilver is released under the MIT license. See LICENSE for details.

timedsilver's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.