CGFloatLiteral

CGFloat(10) becomes 10.f

MIT License

Stars
36
Committers
1

CGFloatLiteral

Simple CGFloat initializer.

At a Glance

let imageViewTop = 15.f

imageViewTop is now a CGFloat.

Installation

  • For iOS 8+ projects with CocoaPods:

    pod 'CGFloatLiteral', '~> 0.2'
    
  • For iOS 8+ projects with Carthage:

    github "devxoul/CGFloatLiteral" ~> 0.2
    
  • For iOS 7 projects with CocoaSeeds:

    github 'devxoul/CGFloatLiteral', '0.2.0', :files => 'Sources/*.swift'
    
  • Using Swift Package Manager:

    import PackageDescription
    
    let package = Package(
        name: "MyAwesomeApp",
        dependencies: [
            .Package(url: "https://github.com/devxoul/CGFloatLiteral", "0.2.0"),
        ]
    )
    

License

CGFloatLiteral is under MIT license. See the LICENSE file for more info.

Package Rankings
Top 9.32% on Cocoapods.org
Top 31.17% on Swiftpackageindex.com
Badges
Extracted from project README
CocoaPods Carthage compatible