[](http://cocoapods.org/?q= BJNumberPlateOC)
BJNumberPlateOC is a custom number plate keyboard, it's easy to use
##how to use
To integrate BJNumberPlate into your Xcode project using CocoaPods, specify it in your Podfile
:
###Objective-C
platform :ios, '7.0'
target 'TargetName' do
pod 'BJNumberPlateOC'
end
BJNumberPlateOC *numberPlate = [[BJVehicleNumberPlate alloc] initWithFrame:CGRectZero];
textField.inputView = numberPlate;
Then, run the following command:
$ pod install
##License BJNumberPlate is provided under the MIT license. See LICENSE file for details.