Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.38 KB

File metadata and controls

40 lines (30 loc) · 1.38 KB

BJNumberPlateSwift

License MIT  [CocoaPods](http://cocoapods.org/?q= BJNumberPlateSwift)  CocoaPods Compatible Support  Support  Build Status

BJNumberPlateSwift is a custom number plate keyboard, it's easy to use. Support Swift 3.0

Screenshot

image

##how to use To integrate BJNumberPlate into your Xcode project using CocoaPods, specify it in your Podfile:

###Swift

platform :ios, '8.0'

target 'TargetName' do

use_frameworks!
pod 'BJNumberPlateSwift'

end

Then, run the following command:

$ pod install
let keyboard = BJNumberPlate()
textField.inputView = keyboard;

##License BJNumberPlate is provided under the MIT license. See LICENSE file for details.