Bump version to 0.5.0
Simple CGFloat initializer.
let imageViewTop = 15.f
imageViewTop is now a CGFloat.
imageViewTop
CGFloat
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"), ] )
CGFloatLiteral is under MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGFloatLiteral
Simple CGFloat initializer.
At a Glance
imageViewTop
is now aCGFloat
.Installation
For iOS 8+ projects with CocoaPods:
For iOS 8+ projects with Carthage:
For iOS 7 projects with CocoaSeeds:
Using Swift Package Manager:
License
CGFloatLiteral is under MIT license. See the LICENSE file for more info.