custom framework development with UI

Hi,

I have been developing hybrid apps using html5 & cordova.

Now can I make the entire package as a framework/sdk in order to distribute the sdk to use in a native App.


Or else How to develop a custom framework with UI interfaces to that this can be distributed for using with other native Apps.


Iam new to developing custom framework.

Could some one help me out. Thanks

In Xcode create a new project.. then choose "Framework". Then, create your classes, resources, ect on that framework target. Then you can embed your framework in an application target. You will need to have some knowledge of the Xcode environment and native languages to do this...so if your purely an HTML guy and are just writing html pages into a Cordova app you may have a hard time and will probably need to find someone to help you out.

Hi,

Thanks for the response.

Could you please post a link that can help me out creating an custom ios framework with UI and use it in the App.

I have exposure to ios programming. I am just lost in the steps of creating the framework. Though I build the framework, in the test app i am still getting errors and not able to use the framework classes in the test App. It says framework not found.

Not sure what Iam missing.

I saw the google search but it seem to be slightly confusing and i couldnt make it work.

Thanks.

This video from 2014 WWDC may help you out: https://developer.apple.com/videos/play/wwdc2014/416/

Also, consider using Cocoa Podsfor your framework. This is a dependency management solution for XCode.


You can create a private or public pod for your UI framework then add that dependency to your podfile in your workspace.

custom framework development with UI
 
 
Q