Summary of common Third-party frameworks for iOS learning (classic/must-see)

Source: Internet
Author: User
Tags image filter oauth
<span id="Label3"></p><p><p>Writing iOS programs often requires support from a number of third-party frameworks, which can significantly reduce workload and focus on the logic of the software itself.</p></p><p><p>GitHub has a lot of good third-party frameworks, and License is friendly to Business. Take a look at some of the frameworks that almost every project wants to Integrate.</p></p><p><p></p></p><p><p>Sdwebimageview</p></p><p><p><strong>1. mantle</strong></p></p><p><p>Mantle allows us to simplify the model layer of COCOA and Cocoa Touch applications. To put it simply, a network request is often made in the program, and the request is generally a JSON string, and we typically build a model class to hold the Data. This requires that we write a series of serialization code to convert the JSON to Model. This is time-consuming, error-prone, and not easy to modify. Mantle is a good solution to this problem and is easier to use.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/mantle/mantle</p></li> <li><p>Reference:</p><p>Tool Article: Mantle<br>SOURCE Article: Mantle</p></li> <li><p>Cocoapod integration: pod ' mantle ', ' ~> 1.5.4 '</p></li> </ul> </ul><p><p><strong>2. Masonry</strong></p></p><p><p>In the IB era, if You're still using the code, the absolute layout is too low. With Apple released iPhone6, IPhone 6 plus. IOS devices will have an increasingly rich screen size, and it's not possible to make a layout based on each size. therefore, it is necessary to use Autolayout. In storyboard, it can be very convenient to use autolayout, but in order to better co-development, some companies are still in the handwriting layout, frustrating is Apple provides the AutoLayout syntax is obscure, very impact on efficiency (you can dynamically see here Autolayout's syntax). Masonry is designed to solve complex handwritten autolayout. How to use AutoLayout gracefully, and look at Masonry.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/masonry/masonry</p></li> <li><p>Reference: How to use, please see the README</p></li> <li><p>Cocoapod integration: pod ' masonry ', ' ~> 0.6.1 '</p></li> </ul> </ul><p><p><strong>3. reachability</strong></p></p><p><p>In the era of mobile internet, there should be few applications that do not require a network Connection. Monitoring network connection status is almost an essential part. Reachability can do the job perfectly.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/tonymillion/reachability</p></li> <li><p>Reference: the use of the method is very simple, see the README</p></li> <li><p>Cocoapod integration: pod ' reachability ', ' ~> 3.2 '</p></li> </ul> </ul><p><p><strong>4. Blockskit</strong></p></p><p><p>Blockskit is definitely the intimate companion of objective-c, which provides a powerful Block syntax support for OC classes, making it comfortable, fast, and elegant to write OC Code. Anyway I was absolutely inseparable from it.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/zwaldowski/blockskit</p></li> <li><p>Reference: block usage summary, using block in arc, how to prevent circular referencing (zz)</p></li> <li><p>Cocoapod integration: pod ' blockskit ', ' ~> 2.2.5 '</p></li> </ul> </ul><p><p><strong>5. Kvocontroller</strong></p></p><p><p>If you use KVO in your project, then Kvocontroller is definitely a good choice. It is a KVO enhanced framework for Facebook open source. There are several features:</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Use Blocks, custom Actions, or nskeyvalueobserving callbacks for Notifications.</p></li> <li><p>No exception when Observer is removed</p></li> <li><p>Implicit observer removal from controller Dealloc</p></li> <li><p>Improve performance with nskeyvalueobservinginitial</p></li> <li><p>Thread-safe and provides additional protection when the observer recovers</p><p>Is there any reason not to use kvocontroller?</p></li> <li><p>Github:https://github.com/facebook/kvocontroller</p></li> <li><p>Reference: Kvocontroller:facebook Open Source KVO (key-value Observing) Tool</p></li> <li><p>Cocoapod:pod ' Kvocontroller ', ' ~> 1.0.3 '</p></li> </ul> </ul><p><p><strong>6. Mbprogresshud</strong></p></p><p><p>A veteran, Classic notification component, If you do not specifically design the art of waiting and notification view, then use it!</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/jdg/mbprogresshud</p></li> <li><p>Reference</p></li> <li><p>Cocoapod:pod ' Mbprogresshud ', ' ~> 0.9 '</p></li> </ul> </ul><p><p><strong>7. Odrefreshcontrol</strong></p></p><p><p>Many companies design their own pull-up refresh view, such as the NetEase news IOS client, drop down when there will be ads. If you just need a drop-down refresh, then consider the odrefreshcontrol, which is the original iOS6 on the rubber candy refresh style, very interesting. Now there are a lot of big apps in use, such as shrimp music and QQ Client.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/sephiroth87/odrefreshcontrol<br></p></li> <li><p>Reference</p></li> <li><p>Cocoapod:pod ' Odrefreshcontrol ', ' ~> 1.1.0 '</p></li> </ul> </ul><p><p><strong>8. Pop</strong></p></p><p><p>Facebook is also open source. The famous pop, do animation is the perfect choice. Accept it.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/facebook/pop</p></li> <li><p>Reference: Facebook Pop usage guide popping (use instance of POP)</p></li> <li><p>Cocoapod:pod ' Pop ', ' ~> 1.0.7 '</p></li> </ul> </ul><p><p><strong>9. Afnetworking</strong></p></p><p><p>Objective-c the network request Library.</p></p> <ul class=" list-paddingleft-2"> <ul class=" list-paddingleft-2"> <li><p>Github:https://github.com/afnetworking/afnetworking</p></li> <li><p>Reference</p></li> <li><p>Cocoapod:pod ' afnetworking ', ' ~> 2.5.0 '</p></li> </ul> </ul><p><p></p></p>Svprogresshud Hint effect<p><p>Github:https://github.com/samvermette/svprogresshud</p></p><p><p>Svprogresshud and Mbprogresshud have the same effect, but don't need to use protocols, and you don't need to declare instances.</p></p><p><p>The call can be made directly from the class Method:</p></p><pre class="prettyprint json"><pre class="prettyprint json">[svprogresshud method]</pre></pre><p><p>You can use the following methods to display the Status:</p></p><pre class="prettyprint cs"><pre class="prettyprint cs">+ (void) show;+ (void) showwithmasktype: (svprogresshudmasktype) masktype;+ (void) showwithstatus: (nsstring*) string;+ ( Void) showwithstatus: (nsstring*) string masktype: (svprogresshudmasktype) masktype;</pre></pre><p><p>If you need clear progress, use the following methods:</p></p><pre class="prettyprint css"><pre class="prettyprint css">+ (void) showprogress: (cgfloat) progress;+ (void) showprogress: (cgfloat) Progress status: (nsstring*) status;+ (void) Showprogress: (cgfloat) Progress status: (nsstring*) status masktype: (svprogresshudmasktype) masktype;</pre></pre><p><p>To hide a hint by using the dismiss Method:</p></p><pre class="prettyprint cs"><pre class="prettyprint cs">+ (void) dismiss;</pre></pre><p><p>In addition, the following methods are available for displaying the status and automatically hiding the hint after 1 seconds (the icon used from glyphish:http://www.glyphish.com/):</p></p><pre class="prettyprint cs"><pre class="prettyprint cs">+ (void) showsuccesswithstatus: (nsstring*) string;+ (void) showerrorwithstatus: (nsstring *) string;+ (void) showImage: ( Uiimage*) Image Status: (nsstring*) string; Use 28x28 white PNGs</pre></pre>Zaactivitybar Hint effect<p><p>Github:https://github.com/zacaltman/zaactivitybar</p></p><p><p>Zaactivitybar and Svprogresshud are very similar, providing a more concise API to show the effects of Hints.</p></p><p><p>The animation effect used by Zaactivitybar is derived from Zkbounceanimation (https://github.com/khanlou/SKBounceAnimation), and the success and failure status icons are derived from Pictos ( Http://pictos.cc/).</p></p><p><p>Show Load Status:</p></p><pre class="prettyprint ini"><pre class="prettyprint ini">[zaactivitybar showwithstatus:@ "loading ..."];</pre></pre><p><p>Show success and Failure status:</p></p><pre class="prettyprint cs"><pre class="prettyprint cs">[zaactivitybar showsuccesswithstatus:@ "success!"]; [zaactivitybar showerrorwithstatus:@ "failure!"];</pre></pre><p><p>Hidden hints:</p></p><pre class="prettyprint ini"><pre class="prettyprint ini">[zaactivitybar dismiss];</pre></pre><p><p>Official: http://sbjson.org/</p></p><p><p>Github:https://github.com/stig/json-framework</p></p><p><p></p></p><p><p></p></p><p><p></p></p><p><p></p></p><p><p></p></p>Uiactivityindicator-for-sdwebimage display loading effect for Sdwebimage<p><p>Github:https://github.com/jjsaccolo/uiactivityindicator-for-sdwebimage</p></p><p><p>To display the load effect (uiactivityindicatorview Implementation) when loading a picture for sdwebimage in uiimageview, it provides the following methods:</p></p><pre class="prettyprint css">-(void) setimagewithurl: (nsurl *) url usingactivityindicatorstyle: (uiactivityindicatorviewstyle) activityStyle;-( Void) setimagewithurl: (nsurl *) url placeholderimage: (UIImage *) placeholder usingactivityindicatorstyle: ( Uiactivityindicatorviewstyle) activitystyle;-(void) setimagewithurl: (nsurl *) url placeholderimage: (UIImage *) Placeholder options: (SDWEBIMAGEOPTIONS) Options Usingactivityindicatorstyle: (uiactivityindicatorviewstyle) Activitystyle;-(void) setimagewithurl: (nsurl *) url completed: (sdwebimagecompletedblock) completedblock Usingactivityindicatorstyle: (uiactivityindicatorviewstyle) activitystyle;-(void) setimagewithurl: (NSURL *) URL Placeholderimage: (UIImage *) placeholder completed: (sdwebimagecompletedblock) completedblock Usingactivityindicatorstyle: (uiactivityindicatorviewstyle) activitystyle;-(void) setimagewithurl: (NSURL *) URL Placeholderimage: (UIImage *) placeholder options: (sdwebimageoptions) options Completed: (sdwebimagecompletedblock) Completedblock usingactivityindicatorstyle: (uiactiVityindicatorviewstyle) activitystyle;-(void) setimagewithurl: (nsurl *) url placeholderimage: (UIImage *) placeholder Options: (sdwebimageoptions) options Progress: (sdwebimagedownloaderprogressblock) progressblock completed: ( Sdwebimagecompletedblock) completedblock usingactivityindicatorstyle: (uiactivityindicatorviewstyle) ActivityStyle ;</pre>Uiimage+resize Resizing a picture<p><p>Github:https://github.com/coryalder/uiimage_resize</p></p><p><p>There are a number of ways to set transparency, fillet, crop, resize, and so on for a picture:</p></p><pre class="prettyprint css"><pre class="prettyprint css">-(UIImage *) imagewithalpha;-(UIImage *) transparentborderimage: (nsuinteger) bordersize;-(UIImage *) Roundedcornerimage: (nsinteger) cornersize bordersize: (nsinteger) bordersize;-(UIImage *) croppedimage: (CGRect) Bounds;-(UIImage *) thumbnailimage: (nsinteger) thumbnailsize transparentborder: (nsuinteger) bordersize Cornerradius: (nsuinteger) cornerradius interpolationquality: (cginterpolationquality) quality;-(UIImage *) Resizedimage: (cgsize) newSize interpolationquality: (cginterpolationquality) quality;-(UIImage *) Resizedimagewithcontentmode: (uiviewcontentmode) contentmode bounds: (cgsize) bounds interpolationquality :(cginterpolationquality) quality;</pre></pre><p><p>For more detailed use see: http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/</p></p>Imagecacheresize loading pictures, caches, and resizing asynchronously<p><p>Github:https://github.com/toptierlabs/imagecacheresize</p></p><p><p>Integrates the functions of sdwebimage and uiimage+resize for asynchronous loading, caching, and resizing of images and displaying them on Uiimageview after the download is Complete.</p></p><p><p>The following APIs are available for loading pictures and resizing pictures when loading is complete:</p></p><pre class="prettyprint css"><pre class="prettyprint css">-(void) setimagewithurl: (nsurl *) url andcroptobounds: (cgrect) bounds;-(void) setimagewithurl: (nsurl *) URL andresize: ( Cgsize) size withcontentmode: (uiviewcontentmode) mode;-(void) setimagewithurl: (nsurl *) URL placeholderimage: (UIImage *) placeholder andcroptobounds: (cgrect) bounds;-(void) setimagewithurl: (nsurl *) url placeholderimage: (UIImage *) Placeholder options: (SDWEBIMAGEOPTIONS) options andresize: (cgsize) size;-(void) setimagewithurl: (nsurl *) URL Placeholderimage: (UIImage *) placeholder options: (sdwebimageoptions) options andresize: (cgsize) size Withcontentmode: (uiviewcontentmode) mode;-(void) setimagewithurl: (nsurl *) url placeholderimage: (UIImage *) Placeholder options: (SDWEBIMAGEOPTIONS) options andcroptobounds: (cgrect) bounds;</pre></pre><p><p>The method of use is as simple as sdwebimage, as in the following official example:</p></p><pre class="prettyprint cs"><pre class="prettyprint cs">[imageview Setimagewithurl:[nsurl urlwithstring:@ "http://t0.gstatic.com/images?q=tbn: AND9GCQFRAHPIABJEY8IDDBE9OUQYHMTWFUAV9ZRR0RYKUOVF_EPE8FP5A "] Andresize:cgsizemake (withContentMode): uiviewcontentmodescaleaspectfit]; Proportionally scale [imageview Setimagewithurl:[nsurl urlwithstring:@ http://t0.gstatic.com/images?q=tbn: and9gcqfrahpiabjey8iddbe9ouqyhmtwfuav9zrr0rykuovf_epe8fp5a "] andcroptobounds:cgrectmake (0, 0, 100, 100)]; Cut into 100x100 size</pre></pre><p><p></p></p>Stableviewcontroller drop-down refresh, pull-up load More<p><p>Github:https://github.com/shiki/stableviewcontroller</p></p><p><p>Stableviewcontroller is more than Pulltorefresh a pull-up load more features, use is almost simple, need to inherit from stableviewcontroller, and then implement some methods:</p></p><pre class="prettyprint ruby">-(void) Viewdidload{[super viewdidload]; Self.title = @ "stableviewcontroller Demo"; [self.tableview Setbackgroundcolor:[uicolor lightgraycolor]; You need to create two custom views to show "drop-down refresh", "pull up load more" Self.headerview = headerview; Self.footerview = footerview; } #pragma mark-pull to Refresh-(void) pinheaderview{[super pinheaderview]; The Drop-down refresh view shows some load Animations}-(void) unpinheaderview{[super unpinheaderview]; Drop-down Refresh View Stop animation}-(void) headerviewdidscroll: (BOOL) willrefreshonrelease scrollView: (uiscrollview *) scrollview{// The Drop-down refresh view displays the status information if (willrefreshonrelease)//hv.title.text = @ "refresh after release ..."; Else//hv.title.text = @ "drop-down Refresh ...";} -(BOOL) refresh{if (![ Super Refresh]) return NO; Drop-down Refresh load Data [self performselector: @selector (additemsontop) withobject:nil afterdelay:2.0]; Return YES;} #pragma mark-load more-(void) willbeginloadingmore{//pull up load more view load Animation}-(void) loadmorecompleted{[super loadmorecomple ted]; Pull up load more view stop animation if (!self.canloadmore) {////no more data when executing code ...}} - (BOOL) loadmore{if (![ Super Loadmore]) return NO; Pull-up loads more data [self performselector: @selector (additemsonbottom) withobject:nil afterdelay:2.0]; Return YES;} -(void) additemsontop{//load Data ... [self.tableview reloaddata]; Data load Completion notification pull-up view [self refreshcompleted];} -(void) additemsonbottom{//load More Data ... [self.tableview reloaddata]; By judging whether the setting can load More//self.canloadmore = NO; Data load Completion notification Drop-down view [self loadmorecompleted];}</pre>Svpulltorefresh drop-down refresh, pull-up load More<p><p>Github:https://github.com/samvermette/svpulltorefresh</p></p><p><p>Contains Svpulltorefresh + svinfinitescrolling for UITableView to provide drop-down refresh, pull-up load More Features.</p></p><p><p>It is also quite simple to use, as long as the following methods are implemented in Uitableviewcontroller:</p></p><pre class="prettyprint ruby"><pre class="prettyprint ruby">-(void) viewdidload { [super viewdidload]; __weak Svviewcontroller *weakself = self; Set the Drop-down refresh [self.tableview addpulltorefreshwithactionhandler:^{ [weakself insertrowattop]; }]; Set pull-up to load more [self.tableview addinfinitescrollingwithactionhandler:^{ [weakself insertrowatbottom]; }];} -(void) viewdidappear: (BOOL) animated { [tableView triggerpulltorefresh];} -(void) insertrowattop { //get Data .... Stop animation [self.tableView.pullToRefreshView stopanimating];} -(void) insertrowatbottom { //get Data .... Stop animation [weakSelf.tableView.infiniteScrollingView stopanimating];}</pre></pre>Cmpoptipview Tip Information<p><p>Github:https://github.com/chrismiles/cmpoptipview</p></p><p><p>Cmpoptipview is used to display prompt information on some views:</p></p><pre class="prettyprint ruby"><pre class="prettyprint ruby">Self.tipview = [[cmpoptipview alloc] initwithmessage:@ "prompt message"];self.tipview.delegate = self; [self.tipview Presentpointingatview:anybutton InView:self.view animated:yes]; Click the button to display [self.tipview Presentpointingatbarbuttonitem:barbuttonitem animated:yes]; Click the Navigation bar button to display #pragma mark Cmpoptipviewdelegate methods-(void) poptipviewwasdismissedbyuser: (cmpoptipview *) Poptipview { //cleanup resource Self.tipview = nil;}</pre></pre><p><p>Github:https://github.com/vicpenap/prettykit</p></p><p><p>Custom UI components such as uitableviewcell, uinavigationbar, uitabbar, uitoolbar, etc., are more aesthetically pleasing than the system itself.</p></p><p><p>Github:https://github.com/sobri909/mgbox2</p></p><p><p>Providing some custom UI components makes it easier and faster to create tables, grid layouts, Rich Text rendering, block-based event mechanisms, etc., including: mgbox, mgtablebox, mgtableboxstyled, mgscrollview, mgbutton, mgevents, mgeasyframe, mgline, etc., where Mgbox also supports the screenshot method.</p></p><p><p>Github:https://github.com/jverkoey/nimbus</p></p><p><p>The well-known framework provides a very rich set of UI components that can make development easier and more efficient.</p></p><p><p>Github:https://github.com/grouper/flatuikit</p></p><p><p>A flat design UI component, similar to WP or IOS7 style.</p></p><p><p>Github:https://github.com/muccy/mukmediagallery</p></p><p><p>Media Library effects, support for pictures, videos, and Audio.</p></p>Ptshowcaseviewcontroller<p><p>Github:https://github.com/exalted/ptshowcaseviewcontroller</p></p><p><p>Also a media library effect, supported by more formats, including: pictures, videos, pdfs, etc.</p></p><p><p>Github:https://github.com/mwaterfall/mwphotobrowser</p></p><p><p>Image display effect, support local and remote pictures, use is also relatively simple, as long as the implementation of the Mwphotobrowserdelegate Protocol:</p></p><pre class="prettyprint ruby">@interface Testviewcontroller () <mwphotobrowserdelegate>{nsarray *_photos;} -(void) doAction {nsmutablearray *photos = [[nsmutablearray alloc] init]; For (...) {mwphoto* photo = [mwphoto Photowithurl:[nsurl urlwithstring:url];//set picture Address photo.caption = Descr iption; Setting Description [photos addobject:photo]; } _photos = photos; Mwphotobrowser *browser = [[mwphotobrowser alloc] initwithdelegate:self]; Browser.displayactionbutton = YES; Uinavigationcontroller *nc = [[uinavigationcontroller alloc] initwithrootviewcontroller:browser]; Nc.modaltransitionstyle = uimodaltransitionstylecrossdissolve; [self PRESENTMODALVIEWCONTROLLER:NC animated:yes];} #pragma mark-mwphotobrowserdelegate-(nsuinteger) numberofphotosinphotobrowser: (mwphotobrowser *) photoBrowser { Return _photos.count;} -(mwphoto *) photobrowser: (mwphotobrowser *) photobrowser photoatindex: (nsuinteger) index {if (index &LT _photos.count) return [_photos objectatindex:index]; Return nil;}</pre>Ios-image-filters<p><p>Github:https://github.com/esilverberg/ios-image-filters</p></p><p><p>offers a variety of image filter Effects.</p></p>PDF Reader Core for IOS<p><p>Github:https://github.com/vfr/reader</p></p><p><p>PDF Reader Core.</p></p><p><p>Github:https://github.com/cocoanetics/dtcoretext</p></p><p><p>Support for rich text display such as Html.</p></p><p><p>Github:https://github.com/fuerteinternational/ftcoretext</p></p><p><p>Rich Text view</p></p><p><p>Github:https://github.com/akosma/coretextwrapper</p></p><p><p>Support for multi-column text views</p></p><p><p>Github:https://github.com/nicklockwood/base64</p></p><p><p>Provides BASE64 encoding of a string</p></p><p><p>Github:https://github.com/rnapier/rncryptor</p></p><p><p></p></p><p><p>Provides AES encryption method</p></p><p>From the community member Li_zhi0123 Share:<br>Member Blog:<br>http://blog.csdn.net/wstarx/article/details/6317779<br>http://iosdeveloper.diandian.com/post/2011-05-21/932272<br><br>Develop several common open source class libraries And:<br>1.jsonjson encoding and decoding<br>2.GTMBASE64 base64 encoding and decoding<br>3.TouchXML parsing<br>4.SFHFKeychainUtils safely save user password to Keychain<br>5.MBProgressHUD Awesome one loading wait effect frame<br>6.ASIHTTPRequest and other related protocol encapsulation<br>7.EGORefreshTableHeaderView Drop-down Refresh Code<br>8.AsyncImageView asynchronously loads a picture and caches the code<br>9. The erection of similar setting is also a column procedure<strong><strong> </strong></strong><br>10.mbprogresshud--progress indicator repertoires<br>11.flurry--detailed usage Statistics<br>12.coreplot--2d graphic Plotter<br>13.GData Client--iphone All Google related services on the class library<br>14.sdwebimage--simplified Network Image Processing<br>15.regexkitlite--regular expression Support<br><br>Libraries that may be used:<br>1.EXIF:SVN Checkout Http://iphone-exif.google.code.com/svn/trunk/iphone-exif<br>2. Image processing: SVN checkout http://simple-iphone-image-processing.googlecode.com/svn/trunk/ Simple-iphone-image-processing-read-only<br><br><br>AppStore Software ranking related, 工欲善其事, its Prerequisite.<br>1. Download ranking Related: AppAnnie<br>2. User Behavior Analysis: Flurry<br>3.majicrank-countries Ranking Query tool (recommended)<br>4.appviz-app Sales Statistics Software (recommended)<br>5.podviz-user reviews and other viewing tools<br>6.appfigures-report Statistics Analysis Tool</p><p>Develop several common open source class libraries And: reference 1.json JSON encoding decoding 2. GTMBASE64 Base64 encoding Decoding 3. Touchxml XML Parsing 4. Sfhfkeychainutils safely save user password to keychain in 5. Mbprogresshud is a great loading wait effect frame 6. ASIHTTPRequest HTTP and other related protocols encapsulation 7. Egorefreshtableheaderview Drop-down Refresh Code 8. Asyncimageview asynchronously loads the picture and caches the code 9. similar to the setting of the erection of the column procedure<br><br>Scan WiFi information:<br>http://code.google.com/p/uwecaugmentedrealityproject/<br>http://code.google.com/p/iphone-wireless/<br><br>Barcode Scanning: http://zbar.sourceforge.net/iphone/sdkdoc/install.html<br><br>TCP/IP Communication Protocol: http://code.google.com/p/cocoaasyncsocket/<br><br>Voip/sip:<br>http://code.google.com/p/siphon/<br>http://code.google.com/p/asterisk-voicemail-for-iphone/<br>http://code.google.com/p/voiphone/<br><br>Three20:https://github.com/facebook/three20<br><br>Google gdata:http://code.google.com/p/gdata-objectivec-client/<br><br>720 Panorama Display panoramagl:http://code.google.com/p/panoramagl/<br><br>Jabber client:http://code.google.com/p/ichabber/<br><br>plblocks:http://code.google.com/p/plblocks/<br><br>Image processing<br>http://code.google.com/p/simple-iphone-image-processing/<br><br>JSON encoded decoding: http://code.google.com/p/json-framework<br><br>Base64 encoding Decoding: http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/?r=87<br><br>XML Parsing: Https://github.com/schwa/TouchXML<br><br>Safely save user password to keychain: https://github.com/ldandersen/scifihifi-iphone<br><br>Load wait effects framework (private api): Https://github.com/jdg/MBProgressHUD<br><br>HTTP and other related protocols encapsulation: http://allseeing-i.com/ASIHTTPRequest<br><br>Drop-down Refresh Code: Https://github.com/enormego/EGOTableViewPullRefresh<br><br>Load the picture asynchronously and cache the Code: http://www.markj.net/iphone-asynchronous-table-image/<br><br>iphone Tts:https://bitbucket.org/sfoster/iphone-tts<br><br>iphone Cook book Source: https://github.com/erica/iphone-3.0-cookbook-<br>iphone regular expression: http://regexkit.sourceforge.net/RegexKitLite/<br><br>OAuth authentication: http://code.google.com/p/oauth/<br>http://code.google.com/p/oauthconsumer/<br> </p><p><p></p></p><p><p></p></p><p><p>Original Address: http://www.cocoachina.com/bbs/read.php?tid=131431</p></p><p><p>Summary of common Third-party frameworks for iOS learning (classic/must-see)</p></p></span>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.