All about swift extension π
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
βββ 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
TimedSilver is released under the MIT license. See LICENSE for details.