DST file reader for iOS [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a requirement to write an iOS app that can read and edit PDF files. I am confused where to start digging. Please shed some light on where should I start and what all technologies I should use to accomplish this task.

I don't know what DST is, but as for PDF, there are some existing frameworks you can take a look at. PSPDFKit: http://pspdfkit.com/, Reader: https://github.com/vfr/Reader, FastPDFKit: http://fastpdfkit.com/
Take a look at these and see if any of them fit your needs. If they do not, clarify on what they are missing and that may help you find what you need.

Related

Is is possible to get your code and assets stolen [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am using kamcord framework that helps me record my game play on the app im developing. Is it possible for my stuff to get stolen? What are some good ways to improve security?
Since your final application is compiled, it is not really possible to have your exact code stolen. Assets can be retrieved from the .app file of your application, though. If you're recording a video of your application, none of the above is possible.

How to implement iCal in objective C [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am working on a project, in which I need to keep the date and time of particular days. for this purpose I planned to implement iCal in objective-C so that I can get all the information from an iCal server.
Can anyone please tell me how to do this programatically?
Use a library, such as libiCal http://www.citadel.org/doku.php?id=documentation:featured_projects:libical
If you want to implement yourself there's three RFCs (RFC 2445, 2446, and 2447) so it's not likely to be a quick job.

how to access/generate .ppt file through an IOS App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
After seeing apple's keynote and other similar applications, I would like to prepare an app which makes presentation(.ppt file) and try to add some other things for an IOS application. But i don't know how & from where i should start from programming side or if any,
Please can anyone give suggestions regarding this feature/functionality.
Thanks in advance..

Please help me with your inputs [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I would like to know where i can learn about core data model. please explain me in simple words that how to work with core data model and it its uses.
really i feel very tough to understand about core data model.
Thanks for any help.
Have a look at this website, it covers alot of subjects regarding iOS development, if I remember correctly there is stuff on there about Core Data http://www.raywenderlich.com/tutorials

Example socket programming in iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am learning objective C.I like to know about client/server(socket) programming for iphone.
I went through many answers,but still having many confusion with that flow and working.Can anyone help me out with code.
Using CoreFoundation's CFStreams
Using raw sockets on the iPhone
Go through this you will have to get basic idea of socket programming
http://ichuiphonedev.blogspot.in/2012/07/a-basic-idea-of-socket-programming-in.html