Skip to content

binaryloader/binaryloader-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binaryloader-extensions

Collection of useful Swift extensions for iOS development, distributed as a CocoaPods pod.

Extensions

  • Collection+Safe: Safe subscript access returning optional
  • NSMutableAttributedString+Helper: Fluent API for text attributes
  • NSObject+Bundle: Easy bundle access
  • NSObject+ClassName: Get class name as string
  • String+URL: Convert strings to URLs
  • StringProtocol+Range: String range utilities
  • UIFont+Safe: Safe font initialization with fallback
  • UIView+Helper: Load from NIB and find subviews by type

Installation

source 'https://github.com/binaryloader/cocoapods-specs.git'

pod 'BinaryLoaderExtensions'

Related Repositories

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Collection of useful Swift extensions for iOS development

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors