Extending Titanium with native iOS modules - ios

I want to use existing ios class(writtern in objective C) in titanium alloy project.
I am new to Titanium and tried a link but not understand it completely, is there any video by which I can achieve my task.
Any help would be appreciated.

Have you read this: http://docs.appcelerator.com/titanium/3.0/#!/guide/iOS_Module_Development_Guide
It's pretty straight forward.
If you have specific areas that you do not understand, please write them down and I'll try to help.

You can try this video about Demystifying Module DEvelopment, or if you want full video try this one about development.

Related

How to use opencv2.framework in ios correctly

I have tried many times to use opencv in my ios project, but it just failed.
After I download the framework from the website, I load the framework to my xcode project, and then it just shows the following problem, I really don't know why and have been mad about it.
check out this link. This should help you!
http://fyhao.com/2015/01/computer-and-it/tutorial/tutorial-on-setup-opencv-on-ios/
Best regards,
N. Medeiros

Is it possible to convert a native iOS app to a web app?

I am trying to convert a native iOS application for work. Does anyone know of any way to do this? I have thought about using the MobileFirst platform, but I don't know if this is possible even with that. I have seen many things about converting HTML5 into a Swift application, but not the other way around. Any help would be greatly appreciated!
Your application is written in Native code and you want it to now be in web code. There is no conversion tool to do that. You need to re-write your app in HTML, CSS, JavaScript and so on...

Pass Audio/Video stream to html page using PhoneGap on iOS?

I'm working on RealTime Communication project on iOS. It has video call feature...
It is working good on native code (objective-c) but I'm trying to create a PhoneGap plugin, I dont know how would I pass the audio and video stream into HTML from Objective-C.
Appreciate your help!
Thanks in Advance,
Sri
First of all, Cordova does not support natively WebRTC ( I just experimented it some days ago.. ).
But you can actually use some plugins for Cordova like this one.
Or you can use Crosswalk which does support WebRTC and a good and simple exemple here.
Hope that help you :)

Looking for an IOS version of ShowcaseView

I'm looking for a library similar to https://github.com/amlcurran/ShowcaseView
I want to be able to implement forced tutorials on new users who open my application for the first time. Does anyone know where I can find a library that helps make this easy?
You ca try https://github.com/rahuliyer95/iShowcase
This is a quite similar iOS implementation of the ShowcaseView for Android (https://github.com/amlcurran/ShowcaseView).

how to resemble add contact functionality of IOS native message App?

I need to resemble adding contact functionality of IOS native Messaga App. What all components can be used to achieve this. I expect some suggestions from You. A screen shot is given below which describes in which section i need help.
You may take a look at the following frameworks
GCTagList
DWTagList

Resources