Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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.

About

All about swift extensions πŸ˜‰

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.