HTTPRiot - A simple HTTP REST Library
HTTPRiot is a simple REST library designed to make interacting with
REST services much easier. It supports GET, POST, PUSH and DELETE
requests and HTTP Basic Authentication. HTTPRiot was inspired by John
Nunemaker's excellent httparty
Ruby library.
URL: http://labratrevenge.com/httpriot/docs/
一篇教程
http://www.alternateidea.com/blog/articles/2009/7/11/introducing-httpriot-easily-consume-rest-resources-on-the-iphone-and-os-x
打开
ActiveRecord ReadMe
About:
ActiveRecord is an insanely easy to use database framework written in objective-c
It's obviously "inspired" by (copying) the infamous ActiveRecord that comes with Rails(http://rubyonrails.org)
But it tries to be more versatile when it comes to working with multiple connections.
I'm not very good at writing these things so consult the docs/tutorials/whatever for more info. (scroll down!)
ActiveRecord was written by ninja kitten (http://ninjakitten.us) and is licensed with the BSD license.
URL:http://github.com/aptiva/activerecord/tree/master
Cocoa Helpers on GitHub:
http://github.com/enormego/cocoa-helpers/tree/master
About Cocoa Helpers
Cocoa Helpers are a collection of categories we've written to the Apple UIKit/Cocoa classes to make them more useful.
Helpers
NSArray
-
empty
property - Checks to see if the array is empty
NSDictionary
-
containsObjectForKey:
- Checks to see if the dictionary contains the given key
-
empty
property - Checks to see if the dictionary is empty
NSString
-
containsString:
- Checks to see if the string contains the given string, case insenstive
-
containsString:options:
- Checks to see if the string contains the given string while allowing you to define the compare options
-
md5
- Returns the MD5 value of the string
NSURL
-
baseString
- Returns a string of the base of the URL, will contain a trailing slash
UIAlertView
-
UIAlertViewQuick(NSString* title, NSString* message, NSString* dismissButtonTitle)
- Convenience method to throw a quick alert to the user
UIColor
-
UIColorMakeRGB(nRed,nGreen,nBlue)
- Convenience method to return a UIColor with RGB values based on 255
UIDevice
-
availableMemory
property - Available device memory in MB
UIImage
-
imageWithContentsOfURL:
- Creates an image from the contents of a URL
-
scaleToSize:
- Scales the image to the given size
-
scaleAndCropToSize:
- Scales and crops the image to the given size
-
scaleHeightAndCropWidthToSize:
- Scales the height and crops the width to the size
-
scaleWidthAndCropHeightToSize:
- Scales the width and crops the height to the size
-
scaleToSize:withOffset:
- Scales image to the size, crops to the offset
Documentation
There's additional documentation and examples provided in each header file
http://developers.enormego.com/code/cocoahelpers
打开
ruby 和 rails 的确改变了我们写程序的方式,enjoy fun 无尽的日日夜夜。
分享到:
相关推荐
这里推荐两本书《objective-c基础教程》和《iphone开发基础教程》,这两本都是圣经级的巨作,我相信每一个iphone开发人员应该都不会错过这两本书的。 等你xcode和objective-c摸熟之后,或者说,上面提到的那两...
### iPhone开发相关资源知识点解析 #### 一、Xcode Quick Tour for iPhone OS 概述 在探讨iPhone开发的过程中,我们首先要关注的是Xcode Quick Tour for iPhone OS这一文档。该文档由Apple Inc.于2008年发布,旨在...
《iPhone3开发基础教程》是针对初学者的一本详尽指南,旨在引领读者探索iPhone SDK,深入了解iPhone和iPod touch编程。本书由Dave Mark与Jeff LaMarche共同编写,为第三版更新修订版,专为iOS开发新手设计,涵盖了...
《轻松学iPhone开发》这本书是为想要进入iOS应用开发领域的初学者精心编写的。它旨在以轻松易懂的方式,引导读者逐步了解并掌握iPhone应用程序的开发技能。书中的内容主要分为三部分,每一部分都围绕着不同的学习...
【iPhone开发环境搭建】 搭建iPhone开发环境是iOS应用开发的第一步,主要涉及到在特定的操作系统环境下安装必要的开发工具。由于iPhone应用只能在苹果公司的Mac OS X系统上开发,因此,你需要准备一个运行Mac OS X...
资源名称:iPhone开发入门到精通视频教程资源目录:【】iOS开发源码系列---工具【】iOS开发源码系列---应用【】iOS开发源码系列---游戏【】iOS开发源码系列---类库与框架【】iOS开发真机测试与发布【】iOS开发视频...
资源名称:iphone开发视频教程资源目录:【】iphone开发视频教程第1集 Mac.OS.X,Cocoa,Touch,Objective-C【】iphone开发视频教程第2集 各种基础的类,功能,对象和实例的介绍【】iphone开发视频教程第3集 如何创建你...
通过这个"iPhone 应用界面设计资源"压缩包,设计师不仅可以获取iPhone 3G时代的界面元素,还可以学习到iOS设计的历史演变,同时借鉴经典设计原则,以应用于现代iOS应用的开发中。无论是新手还是经验丰富的设计师,...
内容中提到的网址是一个资源链接,可能指向更多关于iPhone开发的相关文档或资源,这可能包括苹果的官方开发者网站和开发工具下载链接。通过这个链接,开发者可以下载各种开发工具,包括SDK(软件开发工具包)、API...
《零点起飞学iPhone开发随书源代码》是针对初学者设计的一套全面的iOS应用开发教程资源。这个压缩包包含了一系列与iPhone开发相关的源代码和辅助材料,旨在帮助学习者从零开始掌握iOS开发技术。 首先,"本书源文件...
《iPhone开发秘籍(第2版)》是一本专为iOS开发者量身打造的专业指南,旨在帮助读者深入理解和掌握iPhone应用程序的开发技术。这本教材的出现,为想要涉足或已经在iOS开发领域摸爬滚打的程序员提供了丰富的知识库,...
总的来说,这个“iPhone开发教程17”涵盖了广泛的iPhone应用开发知识,从基础的编程语言到复杂的系统集成,对于希望进入或深化iOS开发领域的学习者来说,这是一个宝贵的资源。它不仅教授技术技能,还强调了良好的...
- **综合资源**:本书作为一部综合性的iPhone开发指南,不仅覆盖了从基础知识到高级特性的全面内容,而且还强调了最佳实践的重要性,是每一位iPhone开发者不可或缺的学习资源。无论是想要入门的新手还是希望提升技能...
根据提供的文件信息,本文将对《iPhone3开发基础教程》这一资源进行详细的解析与知识点的归纳,以便读者能够更好地理解并掌握iOS开发的基础知识。由于实际的文档内容无法获取,以下解析将基于文件标题、描述及标签中...
总的来说,“iPhone开发教程2”是一套全面而深入的教育资源,旨在帮助开发者从理论到实践,全面掌握iPhone应用的开发技能。对于那些希望在iOS平台上开发出创新应用的人来说,这是一条不容忽视的学习路径。
文章还提到了一些资源下载链接,其中包括iPhone开发相关的书籍、教程和源码,这些资源对于初学者来说是非常有价值的参考。如“14本经典android开发教程”、“java算法大全源码包”等,虽然名称中提到了Android或Java...
这门“iPhone开发教程11”是源自世界知名学府斯坦福大学的一系列教学资源,旨在帮助学习者掌握iOS应用开发的核心技能。iPhone开发是一个涵盖广泛技术领域的主题,它包括编程语言、设计原则、用户交互、设备特性和...