¡@

Home 

2014/10/15 ¤U¤È 10:12:22

iphone Programming Glossary: opensource

RSA implementations in Objective C

http://stackoverflow.com/questions/10222524/rsa-implementations-in-objective-c

I need help in RSA Algorithm Implementation in iOS iPhone. I have knowledge of encryption and decryption. I want an opensource library or code to add into my project. I have to go though CommonCryptor.h . iphone objective c ios ios4 xcode4 share..

Converting plist to binary plist

http://stackoverflow.com/questions/264440/converting-plist-to-binary-plist

cocoa touch core foundation share improve this question Yes. All the plist code is part of CoreFoundation which is opensource. CoreFoundation can be directly built and run on Linux and Windows so you can write a CF tool using the normal APIs you..

Is there a multiplatform framework for developing iPhone / Android applications? [closed]

http://stackoverflow.com/questions/30953/is-there-a-multiplatform-framework-for-developing-iphone-android-applications

and the Blackberry. It on the iphone at least can be bundled as a native app too. http phonegap.com OpenFL is an opensource port of the Flash API to Desktop Browser iOs Android Flash HTML5 etc. and is an option to consider for those coming from..

iPhone - view PDF like in iBooks

http://stackoverflow.com/questions/3099618/iphone-view-pdf-like-in-ibooks

Swipe to Reveal Menu like Tweetie

http://stackoverflow.com/questions/3199243/swipe-to-reveal-menu-like-tweetie

I've actually made this work quite nicely you can check out the project here http www.thermoglobalnuclearwar.com opensource It also overcomes the problem in Tweetie where you cannot swipe the same cell twice without first swiping something else...

Can I embed a custom font in an iPhone application?

http://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application

still use this solution. I created a simple module that extends UILabel and handles loading .ttf files. I released it opensource under the Apache license and put it on github here git github.com zynga FontLabel.git The important files are FontLabel.h..

Simple embeddable MidiSynth for iOS?

http://stackoverflow.com/questions/4240391/simple-embeddable-midisynth-for-ios

this question Update My answer is out of dated. @lukebuehler's answer is much appropriate. If you don't mind non opensource solution try FMOD . Being a commercial audio engine for games fmod equips a simple MIDI synth. I've tried the free evaluation..

Very simple image recognition on iOS

http://stackoverflow.com/questions/4695268/very-simple-image-recognition-on-ios

Decompiling iOS Objective-C binaries [duplicate]

http://stackoverflow.com/questions/5475875/decompiling-ios-objective-c-binaries

does but without a device I can't see how it works. I want to recreate this function for Android phones freeware and opensource maybe but for that I would like to see how the reading part works actually I would like to know the XML format itself. It..

Why No NSAttributedString on the iPhone?

http://stackoverflow.com/questions/729135/why-no-nsattributedstring-on-the-iphone

makes my table view cells really heavy and really hurts performance. Anyone got any ideas Any genius's working on an opensource alternative to NSAttributedString iphone uikit nsattributedstring share improve this question NSAttributedString is..

How to change a particular color in an image?

http://stackoverflow.com/questions/8046643/how-to-change-a-particular-color-in-an-image

iphone: business card reader sdk apart from ABBY

http://stackoverflow.com/questions/8865621/iphone-business-card-reader-sdk-apart-from-abby

reader I googled alot but BBY is the only solution which I was able to find out. Can anybody help me out with some opensource library which can be tweaked or used directly as a business card reader. Please enlighten me on this. iphone ocr share..

DETECT the Edge of a Document in iPhoneSDK

http://stackoverflow.com/questions/8921256/detect-the-edge-of-a-document-in-iphonesdk

have a look at the following Sites. Ready made XCode project files for use in an iOS project http www.eosgarden.com en opensource opencv ios overview Another StackOverflow post with very valuable information can be found here iPhone and OpenCV share..