Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.41 KB

BJNumberPlateOC

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

BJNumberPlateOC is a custom number plate keyboard, it's easy to use

Screenshot

image

##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.