Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
I am able to read bar code using AVCaptureDevice, AVCaptureDeviceInput, AVCaptureMetadataOutput in iOS 7.
I need to generate barcode from input numbers in a text field.
Can anyone help me?
I've had success with this ZXing Objective C Port
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to user barcode scanner in my app for ios in xcode 5.1, I want the barcode scanner to be Open-Source.
I googled but I couldn't find a good one.
Use ZBar bar code reader SDK. This is an open source for scanning.
http://zbar.sourceforge.net/iphone/
They have mentioned this is not working in iPhone 3G. But it works fine in iPhone 4 & above. I checked it as i'm using this SDK.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
Please guide me that, What is the data format needs to follow between BLE profile and iPad in order to transfer data.
I am performing both update(read) and write operation to BLE components from my iPad application.
Thanks in advance for the quick answer!!!
You probably want to check out the following guide.
https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/AboutCoreBluetooth/Introduction.html
this should give you some hints about how to communicate with bluetooth devices.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
So I made my own iOS plugin. And it is not getting called. So I am thinking that I do not understand how it all really works. The documentation is not being helpful to me for some reason.
Building a custom PhoneGap plugin for iOS.use these steps example
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
Is it possible to open the a text message up and prefill its body? (not send it) in ios phonegap?
Thanks in advance.
You can use an <a> tag
example:
<a href="sms://+3490322111?body=messagebody">
Send SMS</a>
or the SMSComposer plugin
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm trying how to Generate Alphabets using Bezier Curves in iOS based on user input. Are there any existing classes for this? Can someone give me a general summary of what would be required? I just need help getting started.
Use this tutorial may be this will help you...
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_freehand-drawing/